Kikoyu Core API Reference


Kikoyu Core API Reference / RunOptions

Interface: RunOptions<TContext>

Type Parameters

TContext = Record<string, unknown>

Properties

approvalHandler?

optional approvalHandler: ToolApprovalHandler

Defined in

runner.ts:22


context?

optional context: TContext | RunContext<TContext>

Defined in

runner.ts:18


maxHandoffs?

optional maxHandoffs: number

Defined in

runner.ts:17


maxIterations?

optional maxIterations: number

Defined in

runner.ts:16


maxTokens?

optional maxTokens: number

Defined in

runner.ts:15


responseSchema?

optional responseSchema: ZodTypeAny

Defined in

runner.ts:21


session?

optional session: string | Session

Defined in

runner.ts:19


store?

optional store: MemoryStore

Defined in

runner.ts:20


temperature?

optional temperature: number

Defined in

runner.ts:14