Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Jan 7, 2025
1 parent c69a3ae commit 4a116c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions quadratic-api/src/routes/ai/helpers/anthropic.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,6 @@ export async function parseAnthropicStream(
toolCalls.push(toolCall);
responseMessage.toolCalls = toolCalls;
}
} else if (chunk.type === 'message_start') {
// message start
} else if (chunk.type === 'message_delta') {
// message delta
} else if (chunk.type === 'message_stop') {
// message stop
}

response.write(`data: ${JSON.stringify(responseMessage)}\n\n`);
Expand Down

0 comments on commit 4a116c7

Please sign in to comment.