Skip to content

playground / Exports / IAgentContext

Interface: IAgentContext

Table of contents

Properties

Properties

provider

provider: string

Defined in

playground/src/lib/playground/code-executor.ts:40


model

model: string

Defined in

playground/src/lib/playground/code-executor.ts:41


tools

tools: { name: string ; description: string }[]

Defined in

playground/src/lib/playground/code-executor.ts:42


systemMessage

Optional systemMessage: string

Defined in

playground/src/lib/playground/code-executor.ts:43

Released under the MIT License.