Skip to main content

AgentWorkerConfig

Type Alias AgentWorkerConfig 

Source
pub type AgentWorkerConfig = AgentWorker;
Expand description

Backwards-compatible alias for AgentWorker.

Aliased Type§

pub struct AgentWorkerConfig {
    pub name: String,
    pub model: Option<String>,
    pub tier: Option<String>,
    pub description: Option<String>,
}

Fields§

§name: String

Worker name.

§model: Option<String>

Model ID for this worker.

§tier: Option<String>

Worker tier (e.g. “fast”, “thinking”).

§description: Option<String>

Description of this worker’s role.