Skip to content

Commit 3947ae4

Browse files
Removed TaskID from types
1 parent 3eb13fe commit 3947ae4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/providers/unbound.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ interface UnboundUsage extends OpenAI.CompletionUsage {
2828
type UnboundChatCompletionCreateParamsStreaming = OpenAI.Chat.Completions.ChatCompletionCreateParamsStreaming & {
2929
unbound_metadata: {
3030
originApp: string
31-
taskId?: string
3231
mode?: string
3332
threadId?: string
3433
}

0 commit comments

Comments
 (0)