This commit is contained in:
Anastas Stoyanovsky 2025-12-02 09:58:57 +01:00 committed by GitHub
commit e484c29d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 31 additions and 30 deletions

View file

@ -250,6 +250,7 @@ class StreamingResponseOrchestrator:
messages=messages,
# Pydantic models are dict-compatible but mypy treats them as distinct types
tools=self.ctx.chat_tools, # type: ignore[arg-type]
parallel_tool_calls=self.parallel_tool_calls,
stream=True,
temperature=self.ctx.temperature,
response_format=response_format,