agentskit.js

RunOptions

Auto-generated API reference for RunOptions.

Interface: RunOptions

Defined in: types.ts:36

Properties

delegates?

optional delegates?: Record<string, DelegateConfig>

Defined in: types.ts:42


maxSteps?

optional maxSteps?: number

Defined in: types.ts:40


sharedContext?

optional sharedContext?: SharedContext

Defined in: types.ts:43


signal?

optional signal?: AbortSignal

Defined in: types.ts:41


skill?

optional skill?: any

Defined in: types.ts:39


systemPrompt?

optional systemPrompt?: string

Defined in: types.ts:38


tools?

optional tools?: ToolDefinition[]

Defined in: types.ts:37

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page