Interface: ToolSchema
Tool schema definition
Table of contents
Properties
Properties
name
• name: string
Defined in
packages/agents/src/interfaces/provider.ts:45
description
• description: string
Defined in
packages/agents/src/interfaces/provider.ts:46
parameters
• parameters: Object
Type declaration
Name | Type |
---|---|
type | "object" |
properties | Record <string , ParameterSchema > |
required? | string [] |