@sagentic-ai/sagentic-af / SessionOptions
SessionOptions ​
SessionOptions is used to create a new session
Properties ​
budget? ​
ts
optional budget: number;
budget of the session in USD
Source ​
context? ​
ts
optional context: any;
attach your custom object to the session
Source ​
notifyHandler? ​
ts
optional notifyHandler: LoggerFunction;
logger function for FE notifications
Source ​
topic? ​
ts
optional topic: string;
human readable topic of the session
Source ​
traceHandler? ​
ts
optional traceHandler: LoggerFunction;
logger function for internal trace messages