fix: configure codex with a longer timeout
refactor: param names
This commit is contained in:
@@ -45,10 +45,10 @@ class SchemaBuilder:
|
||||
|
||||
# Simple tool-specific field schemas (workflow tools use relevant_files instead)
|
||||
SIMPLE_FIELD_SCHEMAS = {
|
||||
"files": {
|
||||
"absolute_file_paths": {
|
||||
"type": "array",
|
||||
"items": {"type": "string"},
|
||||
"description": COMMON_FIELD_DESCRIPTIONS["files"],
|
||||
"description": COMMON_FIELD_DESCRIPTIONS["absolute_file_paths"],
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user