We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f01fa commit cc896e8Copy full SHA for cc896e8
1 file changed
src/sap_cloud_sdk/agent_memory/user-guide.md
@@ -896,7 +896,7 @@ tracks last-active time per thread and evicts inactive threads via a
896
background daemon sweep. Eviction is best-effort — a thread may live up to
897
`ttl_seconds + 60` seconds before deletion.
898
899
-**Exposing TTL as a configurable parameter with `@agent_config`:**
+#### Exposing TTL as a configurable parameter with `@agent_config`
900
901
Use `@agent_config` from `sap_cloud_sdk.agent_decorators` to expose
902
`ttl_seconds` as an operator-adjustable configuration field. The key
0 commit comments