add response_format in AgentConfig

This commit is contained in:
Zhonglin Han 2024-12-19 09:19:07 -08:00 committed by GitHub
parent 92e4ec2a57
commit 506d9289f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -297,6 +297,7 @@ class AgentConfig(AgentConfigCommon):
model: str
instructions: str
enable_session_persistence: bool
response_format: Optional[ResponseFormat] = None
class AgentConfigOverridablePerTurn(AgentConfigCommon):