mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
Update llama_stack/apis/agents/agents.py
This commit is contained in:
parent
8d9c35f054
commit
120987f9e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue