Uses of Interface
ai.agentscentral.core.tool.ToolCallInstruction
Packages that use ToolCallInstruction
-
Uses of ToolCallInstruction in ai.agentscentral.core.session.message
Methods in ai.agentscentral.core.session.message that return types with arguments of type ToolCallInstructionModifier and TypeMethodDescriptionAssistantMessage.toolCalls()Returns the value of thetoolCallsrecord component.Constructor parameters in ai.agentscentral.core.session.message with type arguments of type ToolCallInstructionModifierConstructorDescriptionAssistantMessage(String contextId, String messageId, MessagePart[] parts, List<ToolCallInstruction> toolCalls, List<HandoffInstruction> handoffs, long timestamp) Creates an instance of aAssistantMessagerecord class. -
Uses of ToolCallInstruction in ai.agentscentral.core.tool
Classes in ai.agentscentral.core.tool that implement ToolCallInstructionModifier and TypeClassDescriptionfinal recordDefaultToolCallInstructionMethods in ai.agentscentral.core.tool that return ToolCallInstructionModifier and TypeMethodDescriptionDefaultToolCallResult.instruction()Returns the value of theinstructionrecord component.ToolCallResult.instruction()Methods in ai.agentscentral.core.tool with parameters of type ToolCallInstructionModifier and TypeMethodDescriptionDefaultToolCallExecutor.execute(ToolCallInstruction instruction) ToolCallExecutor.execute(ToolCallInstruction instruction) Constructors in ai.agentscentral.core.tool with parameters of type ToolCallInstructionModifierConstructorDescriptionDefaultToolCallResult(ToolCallInstruction instruction, Object result, Class<?> returnType) Creates an instance of aDefaultToolCallResultrecord class.