Skip to content

agent-playground / Exports / IAgentContext

Interface: IAgentContext

Table of contents

Properties

Properties

provider

provider: string

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:30


model

model: string

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:31


tools

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

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:32


systemMessage

Optional systemMessage: string

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:33

Released under the MIT License.