mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
add response com agent_instance.py
This commit is contained in:
parent
36b4fe02cc
commit
92e4ec2a57
1 changed files with 1 additions and 0 deletions
|
@ -430,6 +430,7 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
input_messages,
|
||||
tools=self._get_tools(),
|
||||
tool_prompt_format=self.agent_config.tool_prompt_format,
|
||||
response_format=self.agent_config.response_format,
|
||||
stream=True,
|
||||
sampling_params=sampling_params,
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue