Uses of Class
com.azure.ai.openai.assistants.models.RunStepDeltaCodeInterpreterOutput
Packages that use RunStepDeltaCodeInterpreterOutput
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepDeltaCodeInterpreterOutput in com.azure.ai.openai.assistants.models
Subclasses of RunStepDeltaCodeInterpreterOutput in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection.final class
Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection.Methods in com.azure.ai.openai.assistants.models that return RunStepDeltaCodeInterpreterOutputModifier and TypeMethodDescriptionRunStepDeltaCodeInterpreterOutput.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepDeltaCodeInterpreterOutput from the JsonReader.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type RunStepDeltaCodeInterpreterOutputModifier and TypeMethodDescriptionRunStepDeltaCodeInterpreterDetailItemObject.getOutputs()
Get the outputs property: The outputs from the Code Interpreter tool call.