Uses of Class
com.azure.ai.openai.assistants.models.ToolOutput
Packages that use ToolOutput
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of ToolOutput in com.azure.ai.openai.assistants
Method parameters in com.azure.ai.openai.assistants with type arguments of type ToolOutputModifier and TypeMethodDescriptionAssistantsAsyncClient.submitToolOutputsToRun
(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run.AssistantsClient.submitToolOutputsToRun
(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run.AssistantsAsyncClient.submitToolOutputsToRunStream
(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run.com.azure.core.util.IterableStream
<StreamUpdate> AssistantsClient.submitToolOutputsToRunStream
(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run. -
Uses of ToolOutput in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return ToolOutputModifier and TypeMethodDescriptionstatic ToolOutput
ToolOutput.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.