pub type AgentResult = Result<AgentOutput, AgentError>;Expand description
Result type for agent execution
Aliased Type§
pub enum AgentResult {
Ok(AgentOutput),
Err(AgentError),
}pub type AgentResult = Result<AgentOutput, AgentError>;Result type for agent execution
pub enum AgentResult {
Ok(AgentOutput),
Err(AgentError),
}