Pass parallel_tool_calls directly and document intended usage in integration test

Signed-off-by: Anastas Stoyanovsky <astoyano@redhat.com>
This commit is contained in:
Anastas Stoyanovsky 2025-11-19 14:33:54 -05:00
parent 91f1b352b4
commit 958d0dc515
8 changed files with 31 additions and 196 deletions

View file

@ -242,6 +242,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,