agent-remote / Exports / IChatExecutionRequest
Interface: IChatExecutionRequest
Request for executing a streaming chat completion through an executor
Hierarchy
IChatExecutionRequest
Table of contents
Properties
Properties
messages
• messages: TUniversalMessage[]
Array of messages in the conversation
Defined in
agent-core/dist/node/index.d.ts:2111
options
• Optional options: IChatOptions
Chat options including model, temperature, etc.
Defined in
agent-core/dist/node/index.d.ts:2113
tools
• Optional tools: IToolSchema[]
Available tools for the AI to use
Defined in
agent-core/dist/node/index.d.ts:2115
provider
• provider: string
Target AI provider (e.g., 'openai', 'anthropic', 'google')
Defined in
agent-core/dist/node/index.d.ts:2117
model
• model: string
Specific model to use
Defined in
agent-core/dist/node/index.d.ts:2119