Uses of Class
ai.agentscentral.core.tool.ResultOrError
Packages that use ResultOrError
-
Uses of ResultOrError in ai.agentscentral.core.tool
Methods in ai.agentscentral.core.tool that return ResultOrErrorModifier and TypeMethodDescriptionDefaultToolCallExecutor.execute(ToolCallInstruction instruction) ToolCallExecutor.execute(ToolCallInstruction instruction) static <R,E extends Error, T>
ResultOrError<R, E, T> ResultOrError.ofError(E error) static <R,E extends Error, T>
ResultOrError<R, E, T> ResultOrError.ofResult(R result) ResultOrError<R, E, T> ResultOrError.onResult(String contextId, String messageId, TriConvertor<String, String, R, T> convertor)