Skip to content

Documentation / @agentick/angular / CHAT_SESSION_OPTIONS

Variable: CHAT_SESSION_OPTIONS ​

const CHAT_SESSION_OPTIONS: InjectionToken<ChatSessionOptions<ChatMode>>

Defined in: angular/src/chat-session.service.ts:44

Injection token for ChatSession options.

Provide at component level to configure session behavior (renderMode, confirmationPolicy, sessionId, etc).

Released under the ISC License.