-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(genai sdk): text generation samples using tools #5145
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
|
Here is the summary of changes. You are about to add 4 region tags.
This comment is generated by snippet-bot.
|
72be84f to
60708a0
Compare
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.
This is a duplicate, it's already created in #5127
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.
@holtskinner , I know! All of these PRs are based on #5127, which will be merged first once #5124 (Go version bump to 1.23) is out. I will clean up things before any subsequent merges.
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.
@holtskinner , I cleaned up the diff, — please take another look!
8c29517 to
95b7f07
Compare
|
I think this PR has been abandoned; let's close it. @Valeriy-Burlaka please reopen when you're ready to resume work. Thanks! |
Description
Adds samples for text generation with the new GenAI SDK and tools. Added region tags:
googlegenaisdk_tools_code_exec_with_txtgooglegenaisdk_tools_code_exec_with_txt_local_imggooglegenaisdk_tools_func_desc_with_txtgooglegenaisdk_tools_google_search_with_txtChecklist
go test -v ./..(see Testing)gofmt(see Formatting)go vet(see Formatting)