Access to text query tool gives assistant
# support
k
I have an assistant which uses a query tool. I would like to see what the query tool is passing to the assistant. How can I see this information? Many thanks!
l
Paste this: { "type": "function_call", "name": "log_query_input", "arguments": { "query_text": "{{query.text}}", "metadata": { "source_tool": "text_query_tool", "timestamp": "{{timestamp}}" } } } Use: → Paste this before your assistant step. It logs what the text query tool sends to the assistant so you can see it clearly in the output or logs.
k
Thank you! Does this go into the json for the assistant or the query tool?
c
Hey! To help track down this issue, could you share: \- The call ID \- When exactly this happened (the timestamp) \- What response you expected to get \- What response you actually got instead This would really help us figure out what went wrong!
4 Views