Package dev.langchain4j.data.message
Class ToolExecutionResultMessage
java.lang.Object
dev.langchain4j.data.message.ChatMessage
dev.langchain4j.data.message.ToolExecutionResultMessage
-
Field Summary
Fields inherited from class dev.langchain4j.data.message.ChatMessage
text
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static ToolExecutionResultMessage
int
hashCode()
static ToolExecutionResultMessage
toolExecutionResultMessage
(String toolName, String toolExecutionResult) toolName()
toString()
Methods inherited from class dev.langchain4j.data.message.ChatMessage
text
-
Constructor Details
-
ToolExecutionResultMessage
-
-
Method Details
-
toolName
-
equals
-
hashCode
public int hashCode() -
toString
-
from
-
toolExecutionResultMessage
public static ToolExecutionResultMessage toolExecutionResultMessage(String toolName, String toolExecutionResult)
-