Skip to content

Documentation / @agentick/shared / ModelToolReference

Type Alias: ModelToolReference ​

ModelToolReference = string | ToolDefinition

Defined in: models.ts:40

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

Released under the ISC License.