-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(SQLToolAgent): add new JSON fixtures and update test verificatio…
…n logic - Introduced new JSON fixtures for SQLToolAgent responses. - Modified SQLToolAgentTest to compute MD5 hash based on 'messages' key. - Updated test assertions to match new response format. 🧪🚀
- Loading branch information
1 parent
f772bc2
commit 96c422b
Showing
5 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
tests/Fixtures/Saloon/Agents/SQLToolAgent-0b0867cd35d40e15c4e6ee69e34045b9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"statusCode": 200, | ||
"headers": { | ||
"Date": "Wed, 16 Oct 2024 23:53:58 GMT", | ||
"Content-Type": "application/json", | ||
"Content-Length": "925", | ||
"Connection": "keep-alive" | ||
}, | ||
"data": "{\n \"id\": \"chatcmpl-AJ87xAJ2JNm18lP8fPhsoJsYHrEc2\",\n \"object\": \"chat.completion\",\n \"created\": 1729122837,\n \"model\": \"gpt-4-turbo-2024-04-09\",\n \"choices\": [\n {\n \"index\": 0,\n \"message\": {\n \"role\": \"assistant\",\n \"content\": null,\n \"tool_calls\": [\n {\n \"id\": \"call_YRRYKdXqKRF2k1PUQXPqNujy\",\n \"type\": \"function\",\n \"function\": {\n \"name\": \"info_s_q_l_database_tool\",\n \"arguments\": \"{\\\"tables\\\":\\\"organizations\\\"}\"\n }\n }\n ],\n \"refusal\": null\n },\n \"logprobs\": null,\n \"finish_reason\": \"tool_calls\"\n }\n ],\n \"usage\": {\n \"prompt_tokens\": 449,\n \"completion_tokens\": 18,\n \"total_tokens\": 467,\n \"prompt_tokens_details\": {\n \"cached_tokens\": 0\n },\n \"completion_tokens_details\": {\n \"reasoning_tokens\": 0\n }\n },\n \"system_fingerprint\": \"fp_83975a045a\"\n}\n" | ||
} |
14 changes: 14 additions & 0 deletions
14
tests/Fixtures/Saloon/Agents/SQLToolAgent-58b2f699ebef4cb1ebebf4221b228d5e.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"statusCode": 200, | ||
"headers": { | ||
"Date": "Wed, 16 Oct 2024 23:53:57 GMT", | ||
"Content-Type": "application\/json", | ||
"Content-Length": "897", | ||
"Connection": "keep-alive", | ||
"access-control-expose-headers": "X-Request-ID", | ||
"openai-organization": "user-5hvzt3x5aqwr0picqhxifwl8", | ||
"openai-processing-ms": "819", | ||
"openai-version": "2020-10-01" | ||
}, | ||
"data": "{\n \"id\": \"chatcmpl-AJ87wCMef7zUWGnJeUmY6NmE570vD\",\n \"object\": \"chat.completion\",\n \"created\": 1729122836,\n \"model\": \"gpt-4-turbo-2024-04-09\",\n \"choices\": [\n {\n \"index\": 0,\n \"message\": {\n \"role\": \"assistant\",\n \"content\": null,\n \"tool_calls\": [\n {\n \"id\": \"call_yyXdaOAyYq3qDCmDwDEcC9cB\",\n \"type\": \"function\",\n \"function\": {\n \"name\": \"list_s_q_l_database_tool\",\n \"arguments\": \"{}\"\n }\n }\n ],\n \"refusal\": null\n },\n \"logprobs\": null,\n \"finish_reason\": \"tool_calls\"\n }\n ],\n \"usage\": {\n \"prompt_tokens\": 388,\n \"completion_tokens\": 14,\n \"total_tokens\": 402,\n \"prompt_tokens_details\": {\n \"cached_tokens\": 0\n },\n \"completion_tokens_details\": {\n \"reasoning_tokens\": 0\n }\n },\n \"system_fingerprint\": \"fp_83975a045a\"\n}\n" | ||
} |
10 changes: 10 additions & 0 deletions
10
tests/Fixtures/Saloon/Agents/SQLToolAgent-ca35aaabff5f4b53409aa9635246f84a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"statusCode": 200, | ||
"headers": { | ||
"Date": "Wed, 16 Oct 2024 23:54:01 GMT", | ||
"Content-Type": "application\/json", | ||
"Content-Length": "1054", | ||
"Connection": "keep-alive" | ||
}, | ||
"data": "{\n \"id\": \"chatcmpl-AJ87zexuBFOyNj25s7F3amktioBRM\",\n \"object\": \"chat.completion\",\n \"created\": 1729122839,\n \"model\": \"gpt-4-turbo-2024-04-09\",\n \"choices\": [\n {\n \"index\": 0,\n \"message\": {\n \"role\": \"assistant\",\n \"content\": null,\n \"tool_calls\": [\n {\n \"id\": \"call_fa4zFfmXKbS7y0rEE0N44CSe\",\n \"type\": \"function\",\n \"function\": {\n \"name\": \"query_s_q_l_data_base_tool\",\n \"arguments\": \"{\\\"query\\\":\\\"SELECT COUNT(*) AS operating_organizations, AVG(num_funding_rounds) AS average_funding_rounds FROM organizations WHERE status = 'operating'\\\"}\"\n }\n }\n ],\n \"refusal\": null\n },\n \"logprobs\": null,\n \"finish_reason\": \"tool_calls\"\n }\n ],\n \"usage\": {\n \"prompt_tokens\": 1170,\n \"completion_tokens\": 48,\n \"total_tokens\": 1218,\n \"prompt_tokens_details\": {\n \"cached_tokens\": 0\n },\n \"completion_tokens_details\": {\n \"reasoning_tokens\": 0\n }\n },\n \"system_fingerprint\": \"fp_83975a045a\"\n}\n" | ||
} |
9 changes: 9 additions & 0 deletions
9
tests/Fixtures/Saloon/Agents/SQLToolAgent-f31398b834b15382e7ad551a39889dd7.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"statusCode": 200, | ||
"headers": { | ||
"Date": "Wed, 16 Oct 2024 23:54:03 GMT", | ||
"Content-Type": "application/json", | ||
"Content-Length": "760" | ||
}, | ||
"data": "{\n \"id\": \"chatcmpl-AJ8823rTNyertHrdfwPsPmeB0793E\",\n \"object\": \"chat.completion\",\n \"created\": 1729122842,\n \"model\": \"gpt-4-turbo-2024-04-09\",\n \"choices\": [\n {\n \"index\": 0,\n \"message\": {\n \"role\": \"assistant\",\n \"content\": \"```json\\n{\\n \\\"answer\\\": \\\"There are 100 operating organizations and the average number of funding rounds for them is 5.\\\"\\n}\\n```\",\n \"refusal\": null\n },\n \"logprobs\": null,\n \"finish_reason\": \"stop\"\n }\n ],\n \"usage\": {\n \"prompt_tokens\": 1248,\n \"completion_tokens\": 31,\n \"total_tokens\": 1279,\n \"prompt_tokens_details\": {\n \"cached_tokens\": 0\n },\n \"completion_tokens_details\": {\n \"reasoning_tokens\": 0\n }\n },\n \"system_fingerprint\": \"fp_83975a045a\"\n}\n" | ||
} |