Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pkg/parser/schemas/main_workflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3660,6 +3660,12 @@
"maximum": 1000,
"description": "Maximum file count per commit (default: 100)"
},
"max-patch-size": {
"type": "integer",
"minimum": 1,
"maximum": 102400,
"description": "Maximum total patch size in bytes (default: 10240 = 10KB, max: 102400 = 100KB). The total size of the git diff must not exceed this value."
},
"description": {
"type": "string",
"description": "Optional description for the memory that will be shown in the agent prompt"
Expand Down Expand Up @@ -3745,6 +3751,12 @@
"maximum": 1000,
"description": "Maximum file count per commit (default: 100)"
},
"max-patch-size": {
"type": "integer",
"minimum": 1,
"maximum": 102400,
"description": "Maximum total patch size in bytes (default: 10240 = 10KB, max: 102400 = 100KB). The total size of the git diff must not exceed this value."
},
"description": {
"type": "string",
"description": "Optional description for this memory that will be shown in the agent prompt"
Expand Down