Type Alias: AgentInstanceDefinition
type AgentInstanceDefinition = object;
The static definition of an agent instance, set once at creation.
Properties
model
model: string;
The LLM model identifier (for example, gpt-4o).
provider
provider: string;
The LLM provider (for example, openai or anthropic).
systemPrompt
systemPrompt: string;
The system prompt configured for this agent instance.