mark0102038710_44828
01/29/2025, 11:48 PM[Task]
1. Get a question for the user by Invoking the 'get_next_question' toolCall with the parameter 'XXXXXX'.....
- immediately pose the returned question to the user
- wait for their response
2. Send the response to the server by invoking the 'persist_user_response' toolCall with the 'XXXXXXX', 'YYYYYYYY', and 'userResponse' parameters.
- do not wait for a response from the user
3. Repeat the response back to the user and politely end the call.
Is there a way to silence the status messages for both synchronous and async tool calls? Leaving the configured message empty just results in some default message.
Is there a way to allow the agent to proceed without user interaction after a successful tool call?
For simplicity and determinism, we would really prefer to keep these granular calls rather than returning all the questions in one response and then aggregating all responses and submitting them together.
Thanks!Atlas
01/29/2025, 11:48 PMVapi
01/29/2025, 11:51 PMVapi
01/29/2025, 11:51 PMVapi
01/29/2025, 11:52 PMShubham Bajaj
01/30/2025, 6:19 PMShubham Bajaj
02/03/2025, 5:04 AM