@sagentic-ai/sagentic-af / AgentOptions
AgentOptions ​
Basic options for an agent
Properties ​
eatToolResults? ​
ts
optional eatToolResults: boolean;
Eat tool results
Source ​
expectsJSON? ​
ts
optional expectsJSON: boolean;
Use JSON mode
Source ​
model? ​
ts
optional model: ModelType;
Model type for the agent to use
Source ​
systemPrompt? ​
ts
optional systemPrompt: string;
System prompt for the agent
Source ​
temperature? ​
ts
optional temperature: number;
Temperature for the LLM
Source ​
tools? ​
ts
optional tools: Tool[];
Tools for the agent to use
Source ​
topic? ​
ts
optional topic: string;
Topic for the agent