@@ -2634,10 +2634,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"JsonObject": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
},
|
||||
"KillJobResponse": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
@@ -3986,9 +3982,7 @@
|
||||
"arguments"
|
||||
],
|
||||
"properties": {
|
||||
"arguments": {
|
||||
"$ref": "#/components/schemas/JsonObject"
|
||||
},
|
||||
"arguments": {},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -348,10 +348,6 @@ export type InspectJobResponse = {
|
||||
sessionId?: string | null;
|
||||
};
|
||||
|
||||
export type JsonObject = {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
export type KillJobResponse = {
|
||||
message: string;
|
||||
};
|
||||
@@ -844,7 +840,7 @@ export type ToolAnnotations = {
|
||||
};
|
||||
|
||||
export type ToolConfirmationRequest = {
|
||||
arguments: JsonObject;
|
||||
arguments: unknown;
|
||||
id: string;
|
||||
prompt?: string | null;
|
||||
toolName: string;
|
||||
|
||||
Reference in New Issue
Block a user