feat(llm-client): Add streaming response support for LLM client interactions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-25 06:55:20 -07:00
parent 65e2baff34
commit 296cc98d85

View file

@ -127,6 +127,7 @@ class ModelBossLLMClient(LLMClient):
messages=messages,
max_tokens=max_tokens,
temperature=temperature,
x_client_id="cot-reasoning",
)
# Handle both string and iterator responses