In my application, which was working on OPEN AI ASSISTANT,
for a given user question, it makes multiple function/tool calls
Eg - get_databases -> get_tables_for_database -> execute_query
But when I replaced with ASTRA ASSISTANT API, its unable to make more than 1 tool call.
After response from first tool call, the run status is completed and it returns the answer