File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ You are running as an agent - please keep going until the user's query is comple
291
291
})
292
292
return
293
293
}
294
- stream = stream .WithToolCalling (func (toolCall aisdk.ToolCall ) any {
294
+ stream = stream .WithToolCalling (func (toolCall aisdk.ToolCall ) aisdk. ToolCallResult {
295
295
tool , ok := handlers [toolCall .Name ]
296
296
if ! ok {
297
297
return nil
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ require (
490
490
github.com/anthropics/anthropic-sdk-go v0.2.0-beta.3
491
491
github.com/coder/preview v0.0.1
492
492
github.com/fsnotify/fsnotify v1.9.0
493
- github.com/kylecarbs/aisdk-go v0.0.5
493
+ github.com/kylecarbs/aisdk-go v0.0.8
494
494
github.com/mark3labs/mcp-go v0.23.1
495
495
github.com/openai/openai-go v0.1.0-beta.6
496
496
google.golang.org/genai v0.7.0
Original file line number Diff line number Diff line change @@ -1467,8 +1467,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
1467
1467
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
1468
1468
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
1469
1469
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
1470
- github.com/kylecarbs/aisdk-go v0.0.5 h1:e4HE/SMBUUZn7AS/luiIYbEtHbbtUBzJS95R6qHDYVE =
1471
- github.com/kylecarbs/aisdk-go v0.0.5 /go.mod h1:3nAhClwRNo6ZfU44GrBZ8O2fCCrxJdaHb9JIz+P3LR8 =
1470
+ github.com/kylecarbs/aisdk-go v0.0.8 h1:hnKVbLM6U8XqX3t5I26J8k5saXdra595bGt1HP0PvKA =
1471
+ github.com/kylecarbs/aisdk-go v0.0.8 /go.mod h1:3nAhClwRNo6ZfU44GrBZ8O2fCCrxJdaHb9JIz+P3LR8 =
1472
1472
github.com/kylecarbs/chroma/v2 v2.0.0-20240401211003-9e036e0631f3 h1:Z9/bo5PSeMutpdiKYNt/TTSfGM1Ll0naj3QzYX9VxTc =
1473
1473
github.com/kylecarbs/chroma/v2 v2.0.0-20240401211003-9e036e0631f3 /go.mod h1:BUGjjsD+ndS6eX37YgTchSEG+Jg9Jv1GiZs9sqPqztk =
1474
1474
github.com/kylecarbs/opencensus-go v0.23.1-0.20220307014935-4d0325a68f8b /go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E =
You can’t perform that action at this time.
0 commit comments