mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
Update agent_instance.py
This commit is contained in:
parent
8bf8c07eb3
commit
e77d0e69ee
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
input_messages,
|
||||
tools=self._get_tools(),
|
||||
tool_prompt_format=self.agent_config.tool_prompt_format,
|
||||
stream=True,
|
||||
stream=stream,
|
||||
sampling_params=sampling_params,
|
||||
):
|
||||
event = chunk.event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue