From 9d83b77442e43cb139af24bd2de34bb4469a5b86 Mon Sep 17 00:00:00 2001 From: Paul Narup Date: Thu, 28 May 2026 09:19:12 -0500 Subject: [PATCH] change feedback wording --- integration_tests/models/cortex_agent_test.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: