yao/agent/llm
Max a8fc21d070 Add initial ChunkToolCall handling in Anthropic provider
- Implement functionality to send an initial ChunkToolCall with the event's ID and function name, aligning with OpenAI's format for tool name resolution.
- Enhance message tracking by incrementing the chunk count after sending the tool call data, improving the overall message handling process in the streamWithRetry function.
2026-02-15 21:30:52 +08:00
..
adapters Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +08:00
providers Add initial ChunkToolCall handling in Anthropic provider 2026-02-15 21:30:52 +08:00
capabilities.go Add STT capability support in LLM agent 2026-02-14 18:03:13 +08:00
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
jsapi.go Enhance MCP JavaScript API with Cross-Server Tool Operations 2026-01-26 08:54:27 +08:00
jsapi_types.go Update Dependencies and Enhance Agent Context with Forked Context Support 2026-01-25 20:32:02 +08:00
llm.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00
process.go Add STT capability support in LLM agent 2026-02-14 18:03:13 +08:00