Uses of Class
com.azure.ai.agents.persistent.models.ToolOutput
Packages that use ToolOutput
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of ToolOutput in com.azure.ai.agents.persistent
Method parameters in com.azure.ai.agents.persistent with type arguments of type ToolOutputModifier and TypeMethodDescriptionRunsAsyncClient.submitToolOutputsToRun(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run.RunsAsyncClient.submitToolOutputsToRun(String threadId, String runId, List<ToolOutput> toolOutputs, Boolean stream) Submits outputs from tools as requested by tool calls in a run.RunsClient.submitToolOutputsToRun(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run.RunsClient.submitToolOutputsToRun(String threadId, String runId, List<ToolOutput> toolOutputs, Boolean stream) Submits outputs from tools as requested by tool calls in a run.RunsAsyncClient.submitToolOutputsToRunStreaming(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run with streaming updates.RunsClient.submitToolOutputsToRunStreaming(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run with streaming updates. -
Uses of ToolOutput in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return ToolOutputModifier and TypeMethodDescriptionstatic ToolOutputToolOutput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ToolOutput from the JsonReader.Set the output property: The output from the tool to be submitted.ToolOutput.setToolCallId(String toolCallId) Set the toolCallId property: The ID of the tool call being resolved, as provided in the tool calls of a required action from a run.