We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d1959 commit 3eb13feCopy full SHA for 3eb13fe
src/api/providers/unbound.ts
@@ -30,6 +30,7 @@ type UnboundChatCompletionCreateParamsStreaming = OpenAI.Chat.Completions.ChatCo
30
originApp: string
31
taskId?: string
32
mode?: string
33
+ threadId?: string
34
}
35
36
@@ -90,8 +91,8 @@ export class UnboundHandler extends RouterProvider implements SingleCompletionHa
90
91
stream: true,
92
unbound_metadata: {
93
originApp: ORIGIN_APP,
- taskId: metadata?.taskId,
94
mode: metadata?.mode,
95
+ threadId: metadata?.taskId,
96
},
97
98
0 commit comments