Skip to content

Interface: OpenThreadOptions

Defined in: aiui-intent-runtime/src/intent-types.ts:29

Extra per-thread options a modality passes to the host's deps-injected openThread.

Properties

intent?

optional intent?: Record<string, unknown>

Defined in: aiui-intent-runtime/src/intent-types.ts:35

A JSON-serializable client config to ride the hello as meta.intent (the intent-v1 modality's effective IntentPipelineConfig), so a lowering trace records the whole configuration.