public class ToolExecutionResultMessage extends ChatMessage
text
Constructor and Description |
---|
ToolExecutionResultMessage(String toolName,
String toolExecutionResult) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ToolExecutionResultMessage |
from(String toolName,
String toolExecutionResult) |
int |
hashCode() |
static ToolExecutionResultMessage |
toolExecutionResultMessage(String toolName,
String toolExecutionResult) |
String |
toolName() |
String |
toString() |
text
public String toolName()
public static ToolExecutionResultMessage from(String toolName, String toolExecutionResult)
public static ToolExecutionResultMessage toolExecutionResultMessage(String toolName, String toolExecutionResult)
Copyright © 2023. All rights reserved.