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