Update llama_stack/apis/agents/agents.py

This commit is contained in:
raghotham 2025-04-17 07:02:12 -07:00 committed by GitHub
parent 8d9c35f054
commit 120987f9e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -230,7 +230,7 @@ class AgentConfig(AgentConfigCommon):
:param model: The model identifier to use for the agent
:param instructions: The system instructions for the agent
:param name: Optional name for the agent, used in telemetry and identification
:param enable_session_persistence: Whether to persist session data
:param enable_session_persistence: Optional flag indicating whether session data has to be persisted
:param response_format: Optional response format configuration
"""