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

Commit8481ad5

Browse files
committed
fix(coderd): chat: do not pass tools to model for generating chat title
1 parent05fa48d commit8481ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/chat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func (api *API) postChatMessages(w http.ResponseWriter, r *http.Request) {
207207
- It should be maximum of 40 characters.
208208
- Do not use quotes, colons, special characters, or emojis.`,
209209
Messages:messages,
210-
Tools:tools,
210+
Tools:[]aisdk.Tool{},// This initial stream doesn't use tools.
211211
})
212212
iferr!=nil {
213213
httpapi.Write(ctx,w,http.StatusInternalServerError, codersdk.Response{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp