Uses of Class
com.azure.ai.openai.assistants.models.RunStepToolCall
Packages that use RunStepToolCall
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepToolCall in com.azure.ai.openai.assistants.models
Subclasses of RunStepToolCall in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
A record of a call to a code interpreter tool, issued by the model in evaluation of a defined tool, that represents inputs and outputs consumed and emitted by the code interpreter.final class
A record of a call to a file search tool, issued by the model in evaluation of a defined tool, that represents executed file search.final class
A record of a call to a function tool, issued by the model in evaluation of a defined tool, that represents the inputs and output consumed and emitted by the specified function.Methods in com.azure.ai.openai.assistants.models that return RunStepToolCallModifier and TypeMethodDescriptionstatic RunStepToolCall
RunStepToolCall.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepToolCall from the JsonReader.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type RunStepToolCallModifier and TypeMethodDescriptionRunStepToolCallDetails.getToolCalls()
Get the toolCalls property: A list of tool call details for this run step.