Uses of Class
com.azure.ai.openai.assistants.models.RunStepCodeInterpreterToolCallOutput
Packages that use RunStepCodeInterpreterToolCallOutput
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepCodeInterpreterToolCallOutput in com.azure.ai.openai.assistants.models
Modifier and TypeClassDescriptionfinal class
A representation of an image output emitted by a code interpreter tool in response to a tool call by the model.final class
A representation of a log output emitted by a code interpreter tool in response to a tool call by the model.Methods in com.azure.ai.openai.assistants.models that return RunStepCodeInterpreterToolCallOutputModifier and TypeMethodDescriptionRunStepCodeInterpreterToolCallOutput.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepCodeInterpreterToolCallOutput from the JsonReader.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type RunStepCodeInterpreterToolCallOutputModifier and TypeMethodDescriptionRunStepCodeInterpreterToolCallDetails.getOutputs()
Get the outputs property: The outputs produced by the code interpreter tool back to the model in response to the tool call.