feat(core): structure memory directory and block labels [LET-7336] (#9309)
This commit is contained in:
committed by
Caren Thomas
parent
3709be28dd
commit
21e880907f
@@ -38202,6 +38202,12 @@
|
||||
"title": "Agent Type",
|
||||
"description": "Agent type controlling prompt rendering."
|
||||
},
|
||||
"git_enabled": {
|
||||
"type": "boolean",
|
||||
"title": "Git Enabled",
|
||||
"description": "Whether this agent uses git-backed memory with structured labels.",
|
||||
"default": false
|
||||
},
|
||||
"blocks": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Block"
|
||||
|
||||
Reference in New Issue
Block a user