pub type ToolExecutionResult = Result<ToolResult, ToolError>;Expand description
Result type for tool execution
Aliased Type§
pub enum ToolExecutionResult {
Ok(ToolResult),
Err(ToolError),
}pub type ToolExecutionResult = Result<ToolResult, ToolError>;Result type for tool execution
pub enum ToolExecutionResult {
Ok(ToolResult),
Err(ToolError),
}