Skip to content

Commit

Permalink
remove tool calls from chat response
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceMacD committed Jul 16, 2024
1 parent 0042462 commit 58927b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ export interface ChatResponse {
model: string
created_at: Date
message: Message
tool_calls: ToolCall[]
done: boolean
done_reason: string
total_duration: number
Expand Down

0 comments on commit 58927b1

Please sign in to comment.