feat(codemode): add OpenAPI tool adapter (#35192)
This commit is contained in:
parent
709af58612
commit
a8983bd2c7
16 changed files with 29461 additions and 62 deletions
|
|
@ -1,5 +1,6 @@
|
|||
export { ToolError, CodeMode, ExecuteInputSchema, ExecuteResultSchema, toolError } from "./codemode.js"
|
||||
export { Tool } from "./tool.js"
|
||||
export * as OpenAPI from "./openapi/index.js"
|
||||
export type { Definition as ToolDefinition, JsonSchema, ToolSchema } from "./tool.js"
|
||||
export type { ToolCallEnded, ToolCallHooks } from "./tool-runtime.js"
|
||||
export type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue