Oliver-ai-bot_2.0/backend/app
Vadym Samoilenko 23dba2fa7b fix: read tool_call_chunks for Anthropic streaming tool args
Anthropic/LangChain streams tool arguments as JSON string deltas in
chunk.tool_call_chunks (not chunk.tool_calls which has empty args dict).
Collect and accumulate both sources, then merge by tool_call_id.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 21:51:39 +01:00
..
api fix: correct get_current_user import in code_interpreter_proxy 2026-03-30 21:40:11 +01:00
core fix: read tool_call_chunks for Anthropic streaming tool args 2026-03-30 21:51:39 +01:00
middleware fix: exempt admin knowledge endpoints from rate limiter 2026-03-05 23:05:53 +00:00
models feat: API key auth for agent execution + code interpreter admin dashboard 2026-03-30 20:22:27 +01:00
rag feat: code interpreter, agent analytics/execute APIs, usage sync, RAG scoping fixes 2026-03-30 20:13:27 +01:00
schemas feat: API key auth for agent execution + code interpreter admin dashboard 2026-03-30 20:22:27 +01:00
services fix: sync_agent always fetches usage stats via own DB session 2026-03-30 21:33:24 +01:00
tasks feat: code interpreter, agent analytics/execute APIs, usage sync, RAG scoping fixes 2026-03-30 20:13:27 +01:00
tools feat: add file download proxy and normalize code interpreter file objects 2026-03-30 21:36:23 +01:00
utils Initial commit: Phases 1-5 Complete + Frontend Setup 2026-02-12 19:10:28 +00:00
__init__.py Initial commit: Phases 1-5 Complete + Frontend Setup 2026-02-12 19:10:28 +00:00
config.py feat: code interpreter, agent analytics/execute APIs, usage sync, RAG scoping fixes 2026-03-30 20:13:27 +01:00
database.py Initial commit: Phases 1-5 Complete + Frontend Setup 2026-02-12 19:10:28 +00:00
main.py feat: code interpreter, agent analytics/execute APIs, usage sync, RAG scoping fixes 2026-03-30 20:13:27 +01:00