-
Notifications
You must be signed in to change notification settings - Fork 1k
fix: toolbox_agent bugs of date format #794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
When search hotels with some LLM, the date format shows as bellow ``` **Check-in Date:** April 23, 2024 ``` So i update the SQL in tools.yaml to be compatible with following instruction: ```sql update checkin date to 'April 24,2024' and checkout date to 'April 26,2024' of Best Western Bern ```
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
thank you for the fix. but you need to go through CLA as a contributor. |
done
|
`samples/toolbox_agent`
-- 004eb36 by sudu <teric@outlook.com>: Update tools.yaml When search hotels with some LLM, the date format shows as bellow ``` **Check-in Date:** April 23, 2024 ``` So i update the SQL in tools.yaml to be compatible with following instruction: ```sql update checkin date to 'April 24,2024' and checkout date to 'April 26,2024' of Best Western Bern ``` -- 1300688 by qidu <qidu@outlook.com>: Fix the tools of `ToolboxToolset` initialization bugs for `samples/toolbox_agent` COPYBARA_INTEGRATE_REVIEW=#794 from qidu:main 5b3199d PiperOrigin-RevId: 762259287
fix: Modify SQL in
samples/toolbox_agent/tools.yaml
to process date format right.Date format
And the users maybe also update checkin or checkout date following this format.
tools.yaml
to be compatible withsqlite3
:Or the checkin or checkout date my be updated to
2024
or0