mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
add response_format in AgentConfig
This commit is contained in:
parent
92e4ec2a57
commit
506d9289f6
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ class AgentConfig(AgentConfigCommon):
|
|||
model: str
|
||||
instructions: str
|
||||
enable_session_persistence: bool
|
||||
response_format: Optional[ResponseFormat] = None
|
||||
|
||||
|
||||
class AgentConfigOverridablePerTurn(AgentConfigCommon):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue