Skip to content

Documentation / @agentick/cli / ChatSession

Class: ChatSession ​

Defined in: chat-session.ts:27

Interactive chat session

Constructors ​

Constructor ​

new ChatSession(options): ChatSession

Defined in: chat-session.ts:35

Parameters ​

options ​

ChatSessionOptions

Returns ​

ChatSession

Methods ​

start() ​

start(): Promise<void>

Defined in: chat-session.ts:178

Start the interactive session

Returns ​

Promise<void>


stop() ​

stop(): void

Defined in: chat-session.ts:235

Stop the session

Returns ​

void

Released under the ISC License.