You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add THINKING_START and THINKING_END event schemas to discriminated union
- Add ThinkingStartEventSchema and ThinkingEndEventSchema to EventSchemas discriminatedUnion
- Fix invalid_union_discriminator error when processing THINKING_START/THINKING_END events
- Ensure all EventType enums have corresponding schemas in the union validation
- Support proper thinking flow: THINKING_START → THINKING_TEXT_MESSAGE_* → THINKING_END
0 commit comments