public static class LLMObs.ToolResult extends Object
static LLMObs.ToolResult
from(String name, String type, String toolId, String result)
String
getName()
getResult()
getToolId()
getType()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static LLMObs.ToolResult from(String name, String type, String toolId, String result)
public String getName()
public String getType()
public String getToolId()
public String getResult()