Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdks/typescript/packages/client/src/apply/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -940,11 +940,11 @@ export const defaultApplyEvents = (
}

case EventType.TEXT_MESSAGE_CHUNK: {
throw new Error("TEXT_MESSAGE_CHUNK must be tranformed before being applied");
throw new Error("TEXT_MESSAGE_CHUNK must be transformed before being applied");
}

case EventType.TOOL_CALL_CHUNK: {
throw new Error("TOOL_CALL_CHUNK must be tranformed before being applied");
throw new Error("TOOL_CALL_CHUNK must be transformed before being applied");
}

case EventType.THINKING_START: {
Expand Down