Package ai.agentscentral.core.tool
Interface ToolCallResult
- All Known Implementing Classes:
DefaultToolCallResult
public interface ToolCallResult
ToolCallResult
- Author:
- Rizwan Idrees
-
Method Details
-
instruction
ToolCallInstruction instruction() -
result
Object result() -
returnType
Class<?> returnType()
-