you should pass the Raw Data into a Ai task to for...
# 💻developers
b
you should pass the Raw Data into a Ai task to format the information into a variable (data) before you use it in a response. once the Ai task Formats your data you can use the same Ai task to display it. or you can use a 2nd Ai task to handle the User Query Response with the Formated information in the (data) variable from your First Ai task. Add the (data) variable into a new 2nd Ai task input to use in it's response to the user query. its all prompting from there.