Documentation / @agentick/cli / ChatSessionOptions
Interface: ChatSessionOptions
Defined in: chat-session.ts:9
CLI configuration
Extends
Properties
debug?
optionaldebug:boolean
Defined in: cli.ts:26
Enable debug mode
Inherited from
headers?
optionalheaders:Record<string,string>
Defined in: cli.ts:29
Custom headers
Inherited from
markdown?
optionalmarkdown:boolean
Defined in: chat-session.ts:14
Enable markdown rendering (default: true)
prompt?
optionalprompt:string
Defined in: chat-session.ts:11
Custom prompt (default: "You: ")
sessionId?
optionalsessionId:string
Defined in: cli.ts:17
Session ID (optional - server will create one if not provided)
Inherited from
streaming?
optionalstreaming:boolean
Defined in: cli.ts:23
Enable streaming (default: true)
Inherited from
token?
optionaltoken:string
Defined in: cli.ts:20
Authentication token
Inherited from
url
url:
string
Defined in: cli.ts:14
Server URL