mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
Merge 0c2b82b30a into ee107aadd6
This commit is contained in:
commit
e484c29d45
7 changed files with 31 additions and 30 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue