-
Notifications
You must be signed in to change notification settings - Fork 550
go conversation sdk 116 #1253
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
Merged
alicejgibbons
merged 19 commits into
dapr:release-1.16
from
filintod:filinto/go-conversation-sdk-116
Sep 19, 2025
Merged
go conversation sdk 116 #1253
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c29fbc9
initial conversation alpha2 qs
filintod 4d23ab8
add tool calling
filintod fb4dfd8
add helper
filintod 36d5e4a
add execution of tool, correct client instantiation to not used custo…
filintod 2f3fa44
update go-sdk version
filintod 2665a0f
Update conversation/go/sdk/conversation/conversation.go
filintod 8d5ea17
Update conversation/go/sdk/README.md
filintod 8b81ff7
Update conversation/go/sdk/README.md
filintod 514a111
Update conversation/go/sdk/README.md
filintod b4e7051
Update conversation/go/sdk/README.md
filintod adf07ee
Update conversation/go/sdk/README.md
filintod 784ff63
Update conversation/go/sdk/README.md
filintod 06321af
Update conversation/go/sdk/conversation/conversation.go
filintod 0f9e4e2
Update conversation/go/sdk/conversation/conversation.go
filintod 7f0c1d7
Update conversation/go/sdk/conversation/conversation.go
filintod 20da058
Update conversation/go/sdk/conversation/conversation.go
filintod ff4c12f
Update conversation/go/sdk/conversation/conversation.go
filintod aad9eb8
Update conversation/go/sdk/README.md
filintod 9d358e4
updates to make tess pass
filintod File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,21 +1,33 @@ | ||
| module conversation | ||
|
|
||
| go 1.24.4 | ||
| go 1.24.6 | ||
|
|
||
| toolchain go1.24.5 | ||
|
|
||
| require github.com/dapr/go-sdk v1.13.0-rc.1 | ||
| require ( | ||
| github.com/dapr/go-sdk v1.13.0 | ||
| github.com/invopop/jsonschema v0.13.0 | ||
| google.golang.org/protobuf v1.36.6 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/dapr/dapr v1.16.0-rc.3 // indirect | ||
| github.com/dapr/kit v0.15.4 // indirect | ||
| github.com/bahlo/generic-list-go v0.2.0 // indirect | ||
| github.com/buger/jsonparser v1.1.1 // indirect | ||
| github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
| github.com/dapr/dapr v1.16.0 // indirect | ||
| github.com/dapr/durabletask-go v0.10.0 // indirect | ||
| github.com/dapr/kit v0.16.1 // indirect | ||
| github.com/go-logr/logr v1.4.2 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/mailru/easyjson v0.7.7 // indirect | ||
| github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
| go.opentelemetry.io/otel v1.36.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.36.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.36.0 // indirect | ||
| golang.org/x/net v0.41.0 // indirect | ||
| golang.org/x/sys v0.33.0 // indirect | ||
| golang.org/x/text v0.26.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect | ||
| google.golang.org/grpc v1.73.0 // indirect | ||
| google.golang.org/protobuf v1.36.6 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) |
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.