Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/runtime/model-provider-interface.ts
Tool schema sent to the model. Matches the OpenAI function-calling format (industry standard).
Properties
| Property | Type |
|---|---|
type | 'function' |
name | string |
description | string |
parameters | Record<string, unknown> |
strict | boolean |
Was this page helpful?