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.