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
v0.0.16: Fix Kimi multi-turn — reasoning_content + content in tool call messages
Kimi's API requires reasoning_content and content to be present in
assistant messages when thinking mode is active. Added:
- reasoning_content field to ChatMessage struct
- Stream parser captures reasoning_content from deltas
- Always serialize content (even empty) and reasoning_content
- Debug request logging via AO_DEBUG_REQUESTS env var
0 commit comments