chore: generate
This commit is contained in:
@@ -1779,26 +1779,6 @@ export type Config = {
|
|||||||
prune?: boolean
|
prune?: boolean
|
||||||
}
|
}
|
||||||
experimental?: {
|
experimental?: {
|
||||||
hook?: {
|
|
||||||
file_edited?: {
|
|
||||||
[key: string]: Array<{
|
|
||||||
command: Array<string>
|
|
||||||
environment?: {
|
|
||||||
[key: string]: string
|
|
||||||
}
|
|
||||||
}>
|
|
||||||
}
|
|
||||||
session_completed?: Array<{
|
|
||||||
command: Array<string>
|
|
||||||
environment?: {
|
|
||||||
[key: string]: string
|
|
||||||
}
|
|
||||||
}>
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Number of retries for chat completions on failure
|
|
||||||
*/
|
|
||||||
chatMaxRetries?: number
|
|
||||||
disable_paste_summary?: boolean
|
disable_paste_summary?: boolean
|
||||||
/**
|
/**
|
||||||
* Enable the batch tool
|
* Enable the batch tool
|
||||||
|
|||||||
@@ -9834,69 +9834,6 @@
|
|||||||
"experimental": {
|
"experimental": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"hook": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"file_edited": {
|
|
||||||
"type": "object",
|
|
||||||
"propertyNames": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"additionalProperties": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"command": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"environment": {
|
|
||||||
"type": "object",
|
|
||||||
"propertyNames": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"additionalProperties": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": ["command"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"session_completed": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"command": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"environment": {
|
|
||||||
"type": "object",
|
|
||||||
"propertyNames": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"additionalProperties": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": ["command"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chatMaxRetries": {
|
|
||||||
"description": "Number of retries for chat completions on failure",
|
|
||||||
"type": "number"
|
|
||||||
},
|
|
||||||
"disable_paste_summary": {
|
"disable_paste_summary": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user