-
Notifications
You must be signed in to change notification settings - Fork 303
feat: Add a travel planner powered by a custom-configured model. #23
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
Conversation
examples/travel_planner/config.json
Outdated
| @@ -0,0 +1,5 @@ | |||
| { | |||
| "model_name":"qwen3-32b", | |||
| "api_key": "sk-74e8a7c32e2741ff892844597dcc31c1", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this API Key be added here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. I didn't think it through carefully. I will revise the logic here. Thank you for pointing it out.
|
Can you please move this PR to the new samples repo? https://github.com/google-a2a/a2a-samples |

Description
feat: Add a travel planner powered by a custom-configured model (openAI Compatible).
Merge reasons
Subsequent plans
Running Screenshot
CONTRIBUTINGGuide.nox -s formatfrom the repository root to format)