Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40c3d5e

Browse files
committed
chore: update kylecarbs/aisdk-go to v0.0.8
1 parent8071f9c commit40c3d5e

File tree

7 files changed

+32
-14
lines changed

7 files changed

+32
-14
lines changed

‎coderd/apidoc/docs.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/apidoc/swagger.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/chat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ You are running as an agent - please keep going until the user's query is comple
291291
})
292292
return
293293
}
294-
stream=stream.WithToolCalling(func(toolCall aisdk.ToolCall)any {
294+
stream=stream.WithToolCalling(func(toolCall aisdk.ToolCall)aisdk.ToolCallResult {
295295
tool,ok:=handlers[toolCall.Name]
296296
if!ok {
297297
returnnil

‎docs/reference/api/chat.md

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/reference/api/schemas.md

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ require (
490490
github.com/anthropics/anthropic-sdk-gov0.2.0-beta.3
491491
github.com/coder/previewv0.0.1
492492
github.com/fsnotify/fsnotifyv1.9.0
493-
github.com/kylecarbs/aisdk-gov0.0.5
493+
github.com/kylecarbs/aisdk-gov0.0.8
494494
github.com/mark3labs/mcp-gov0.23.1
495495
github.com/openai/openai-gov0.1.0-beta.6
496496
google.golang.org/genaiv0.7.0

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,8 +1467,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
14671467
github.com/kr/textv0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
14681468
github.com/kr/textv0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
14691469
github.com/kr/textv0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
1470-
github.com/kylecarbs/aisdk-gov0.0.5 h1:e4HE/SMBUUZn7AS/luiIYbEtHbbtUBzJS95R6qHDYVE=
1471-
github.com/kylecarbs/aisdk-gov0.0.5/go.mod h1:3nAhClwRNo6ZfU44GrBZ8O2fCCrxJdaHb9JIz+P3LR8=
1470+
github.com/kylecarbs/aisdk-gov0.0.8 h1:hnKVbLM6U8XqX3t5I26J8k5saXdra595bGt1HP0PvKA=
1471+
github.com/kylecarbs/aisdk-gov0.0.8/go.mod h1:3nAhClwRNo6ZfU44GrBZ8O2fCCrxJdaHb9JIz+P3LR8=
14721472
github.com/kylecarbs/chroma/v2v2.0.0-20240401211003-9e036e0631f3 h1:Z9/bo5PSeMutpdiKYNt/TTSfGM1Ll0naj3QzYX9VxTc=
14731473
github.com/kylecarbs/chroma/v2v2.0.0-20240401211003-9e036e0631f3/go.mod h1:BUGjjsD+ndS6eX37YgTchSEG+Jg9Jv1GiZs9sqPqztk=
14741474
github.com/kylecarbs/opencensus-gov0.23.1-0.20220307014935-4d0325a68f8b/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp