refactor(core): remove output paths metadata
This commit is contained in:
parent
c50554d907
commit
d6f36bb750
13 changed files with 42 additions and 105 deletions
|
|
@ -18577,12 +18577,6 @@
|
|||
"$ref": "#/components/schemas/LLMToolContent"
|
||||
}
|
||||
},
|
||||
"outputPaths": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"result": {},
|
||||
"provider": {
|
||||
"type": "object",
|
||||
|
|
@ -26400,12 +26394,6 @@
|
|||
"$ref": "#/components/schemas/LLMToolContent"
|
||||
}
|
||||
},
|
||||
"outputPaths": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"result": {},
|
||||
"provider": {
|
||||
"type": "object",
|
||||
|
|
@ -27526,12 +27514,6 @@
|
|||
"$ref": "#/components/schemas/LLMToolContent"
|
||||
}
|
||||
},
|
||||
"outputPaths": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"structured": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
@ -29006,12 +28988,6 @@
|
|||
"$ref": "#/components/schemas/LLMToolContent"
|
||||
}
|
||||
},
|
||||
"outputPaths": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"result": {},
|
||||
"provider": {
|
||||
"type": "object",
|
||||
|
|
@ -34876,12 +34852,6 @@
|
|||
"$ref": "#/components/schemas/LLMToolContent"
|
||||
}
|
||||
},
|
||||
"outputPaths": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"result": {},
|
||||
"provider": {
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue