Skip to content

TextOnlyContext

Defined in: gadgets/types.ts:381

Context provided to custom text-only handlers

conversation: LLMMessage[]

Defined in: gadgets/types.ts:387

Full conversation history


iteration: number

Defined in: gadgets/types.ts:385

Current iteration number


logger: Logger<ILogObj>

Defined in: gadgets/types.ts:389

Logger instance


text: string

Defined in: gadgets/types.ts:383

The complete text response from the LLM