-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(genai sdk): code samples #5178
base: main
Are you sure you want to change the base?
Conversation
Here is the summary of changes. You are about to add 29 region tags.
This comment is generated by snippet-bot.
|
This PR is >2,900 new LoC. Please split into several smaller PRs, < 500 LoC each. Thanks. |
@telpirion , this PR was created to help the DevRel team to see all non-merged Go samples for the new GenAI SDK in one place. It is basically a compilation of all my other (much smaller) open PRs, in one place. |
Description
Samples for text generation, content caching, count tokens, and tools.
Checklist
go test -v ./..
(see Testing)gofmt
(see Formatting)go vet
(see Formatting)