Uses of Class
com.github.copilot.sdk.json.ToolResultObject
Packages that use ToolResultObject
-
Uses of ToolResultObject in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ToolResultObjectModifier and TypeMethodDescriptionToolResultObject.setBinaryResultsForLlm(List<ToolBinaryResult> binaryResultsForLlm) Sets binary results (images, files) to be sent to the LLM.Sets an error message for failed tool execution.ToolResultObject.setResultType(String resultType) Sets the result type.ToolResultObject.setSessionLog(String sessionLog) Sets a log entry to be recorded in the session.ToolResultObject.setTextResultForLlm(String textResultForLlm) Sets the text result to be sent to the LLM.ToolResultObject.setToolTelemetry(Map<String, Object> toolTelemetry)