diff --git a/integration_tests/models/cortex_agent_test.sql b/integration_tests/models/cortex_agent_test.sql index df9114a..2eebdb9 100644 --- a/integration_tests/models/cortex_agent_test.sql +++ b/integration_tests/models/cortex_agent_test.sql @@ -55,7 +55,7 @@ tools: - tool_spec: type: generic name: AGENT_SUBMIT_FEEDBACK - description: 'Records user feedback about agent responses. Call when the user says "feedback" or explicitly rates or comments on a response. Always include the last 10 conversation messages. Example: user says "feedback: 1. Output wrong, expected $100" → call with rating=1, user_comment="Output wrong, expected $100". Example: user says "feedback: 5. Completely Correct" → call with rating=5, user_comment="Completely Correct".' + description: 'Records user feedback about agent responses. Call when the user says "feedback" or explicitly rates or comments on a response. Always include the last 10 conversation messages. Example: user says "1. Output wrong, expected $100" → call with rating=1, user_comment="Output wrong, expected $100". Example: user says "5. Completely Correct" → call with rating=5, user_comment="Completely Correct".' input_schema: type: object properties: