API Reference
ToolSpec
Defined in: model.types.ts:20
Tool description handed to the model so it knows what it can call.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description | string | Human-readable description guiding when the model should call it. | model.types.ts:24 |
name | string | Tool/function name the model calls. | model.types.ts:22 |
parameters | unknown | JSON Schema describing the tool arguments. | model.types.ts:26 |