- Use AgentBuilder for native tool-calling with stream_prompt() - Add RecordingTool wrapper preserving retry + DB recording - Fix tool_choice bug in do_completion (same as call_stream_once) - Add seq field to RoomMessageStreamChunkEvent for strict ordering - Map streaming events: Text→Answer, Reasoning→Thought, ToolCall→Action - Only final event has done=true, removed premature stream ending - Store __chunks__ JSON in thinking_content for ordered replay |
||
|---|---|---|
| .. | ||
| ai.rs | ||
| category.rs | ||
| draft_and_history.rs | ||
| member.rs | ||
| message.rs | ||
| mod.rs | ||
| notification.rs | ||
| pin.rs | ||
| reaction.rs | ||
| room.rs | ||
| thread.rs | ||
| upload.rs | ||
| ws_handler.rs | ||
| ws_types.rs | ||
| ws_universal.rs | ||
| ws.rs | ||