Package dev.langchain4j.service.tool
Class ToolExecution
java.lang.Object
dev.langchain4j.service.tool.ToolExecution
Represents the execution of a tool, including the request and the result.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
request
Returns the request of the tool execution.- Returns:
- the request of the tool execution.
-
result
Returns the result of the tool execution.- Returns:
- the result of the tool execution.
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-