Uses of Interface
ai.agentscentral.core.tool.ToolCallResult
Packages that use ToolCallResult
-
Uses of ToolCallResult in ai.agentscentral.core.tool
Classes in ai.agentscentral.core.tool that implement ToolCallResultMethods in ai.agentscentral.core.tool that return types with arguments of type ToolCallResultModifier and TypeMethodDescriptionDefaultToolCallExecutor.execute(ToolCallInstruction instruction) ToolCallExecutor.execute(ToolCallInstruction instruction) -
Uses of ToolCallResult in ai.agentscentral.core.tool.convertors
Fields in ai.agentscentral.core.tool.convertors with type parameters of type ToolCallResultModifier and TypeFieldDescriptionstatic final TriConvertor<String, String, ToolCallResult, ToolMessage> ToolConvertors.convertToolCallResultToToolMessageMethods in ai.agentscentral.core.tool.convertors with parameters of type ToolCallResultModifier and TypeMethodDescriptionstatic TextPart[]ToolConvertors.textParts(ToolCallResult result)