pub type OperationRequest = ToolCallRequest;
pub struct OperationRequest { pub name: String, pub arguments: Value, }
name: String
arguments: Value