-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update cache files for math_via_python_code_with_a_single_agent_ipynb…
integration test
- Loading branch information
User
committed
Jul 8, 2024
1 parent
5f698e6
commit 52d98ee
Showing
4 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
Binary file modified
BIN
+22 Bytes
(100%)
.../v1_chat_completions/0a55deae9436c9f97720595a12ca582d7b4b42f6720217bbf984b5fde9792992.pkl
Binary file not shown.
Binary file renamed
BIN
+4.72 KB
...05f4c6d228ecdf3edfbf688a2b6d5112c292e.pkl → ...962798a05a937dc8c6c86fb07f60fe302d498.pkl
Binary file not shown.
Binary file renamed
BIN
+5.24 KB
...5f17c4eb2039351546dc0df123080d2a02f8b.pkl → ...76c6570dbc352ad385406961e37ac2338e3af.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
tests/itest_golden_data/math_via_python_code_with_a_single_agent_ipynb.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 |
---|---|---|
@@ -1 +1 @@ | ||
"To solve the system of equations:\n\\[ 725x + 727y = 1500 \\]\n\\[ 729x + 731y = 1508 \\]\n\nwe found the values of \\( x \\) and \\( y \\) as follows:\n\n\\[ x = -23 \\]\n\\[ y = 25 \\]\n\nTo find \\( x - y \\):\n\n\\[ x - y = -23 - 25 = -48 \\]\n\nThus, the values are:\n\\[ x = -23 \\]\n\\[ y = 25 \\]\n\\[ x - y = -48 \\]" | ||
"To solve the system of linear equations:\n\\[ 725x + 727y = 1500 \\]\n\\[ 729x + 731y = 1508 \\]\n\nWe can use the method of solving simultaneous equations. By solving these equations, we find:\n\n\\[ x = -23 \\]\n\\[ y = 25 \\]\n\nTo find \\( x - y \\):\n\\[ x - y = -23 - 25 = -48 \\]\n\nThus, the values are:\n\\[ x = -23 \\]\n\\[ y = 25 \\]\n\\[ x - y = -48 \\]" |