Skip to content

remote / Exports / IChatExecutionRequest

Interface: IChatExecutionRequest

Request for executing a streaming chat completion through an executor

Hierarchy

Table of contents

Properties

Properties

messages

messages: TUniversalMessage[]

Array of messages in the conversation

Defined in

agents/dist/node/index.d.ts:2675


options

Optional options: IChatOptions

Chat options including model, temperature, etc.

Defined in

agents/dist/node/index.d.ts:2677


tools

Optional tools: IToolSchema[]

Available tools for the AI to use

Defined in

agents/dist/node/index.d.ts:2679


provider

provider: string

Target AI provider (e.g., 'openai', 'anthropic', 'google')

Defined in

agents/dist/node/index.d.ts:2681


model

model: string

Specific model to use

Defined in

agents/dist/node/index.d.ts:2683

Released under the MIT License.