Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/runtime/model-provider-interface.ts
Request to the model provider.
Properties
| Property | Type |
|---|---|
systemInstructions | string |
input | ModelInputItem[] |
tools | ToolSchema[] |
modelSettings | AgentModelSettings |
previousResponseId | string |
signal | AbortSignal |
Was this page helpful?