Skip to content

AIDK API Reference / aidk-shared / ModelToolReference

Type Alias: ModelToolReference ​

ts
type ModelToolReference = string | ToolDefinition;

Defined in: packages/shared/src/models.ts:23

Reference to a tool that can be used with a model. Can be a string (tool name/id), ToolDefinition, or ClientToolDefinition.

Released under the MIT License.