From 120987f9e1de32063da1a191fd8c3b4bd06bccb1 Mon Sep 17 00:00:00 2001 From: raghotham Date: Thu, 17 Apr 2025 07:02:12 -0700 Subject: [PATCH] Update llama_stack/apis/agents/agents.py --- llama_stack/apis/agents/agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/apis/agents/agents.py b/llama_stack/apis/agents/agents.py index 28a0792fb..dec43280b 100644 --- a/llama_stack/apis/agents/agents.py +++ b/llama_stack/apis/agents/agents.py @@ -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 """