mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
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:
parent
91f1b352b4
commit
958d0dc515
8 changed files with 31 additions and 196 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue