Skip to content

Documentation / @agentick/cli / ChatSessionOptions

Interface: ChatSessionOptions

Defined in: chat-session.ts:9

CLI configuration

Extends

Properties

debug?

optional debug: boolean

Defined in: cli.ts:26

Enable debug mode

Inherited from

CLIConfig.debug


headers?

optional headers: Record<string, string>

Defined in: cli.ts:29

Custom headers

Inherited from

CLIConfig.headers


markdown?

optional markdown: boolean

Defined in: chat-session.ts:14

Enable markdown rendering (default: true)


prompt?

optional prompt: string

Defined in: chat-session.ts:11

Custom prompt (default: "You: ")


sessionId?

optional sessionId: string

Defined in: cli.ts:17

Session ID (optional - server will create one if not provided)

Inherited from

CLIConfig.sessionId


streaming?

optional streaming: boolean

Defined in: cli.ts:23

Enable streaming (default: true)

Inherited from

CLIConfig.streaming


token?

optional token: string

Defined in: cli.ts:20

Authentication token

Inherited from

CLIConfig.token


url

url: string

Defined in: cli.ts:14

Server URL

Inherited from

CLIConfig.url

Released under the ISC License.