Uses of Class
com.azure.ai.openai.assistants.models.RunStepDeltaCodeInterpreterDetailItemObject
Packages that use RunStepDeltaCodeInterpreterDetailItemObject
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepDeltaCodeInterpreterDetailItemObject in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return RunStepDeltaCodeInterpreterDetailItemObjectModifier and TypeMethodDescriptionRunStepDeltaCodeInterpreterDetailItemObject.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepDeltaCodeInterpreterDetailItemObject from the JsonReader.RunStepDeltaCodeInterpreterToolCall.getCodeInterpreter()
Get the codeInterpreter property: The Code Interpreter data for the tool call.