Uses of Class
com.azure.ai.openai.assistants.models.RunStepCodeInterpreterToolCallDetails
Packages that use RunStepCodeInterpreterToolCallDetails
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepCodeInterpreterToolCallDetails in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return RunStepCodeInterpreterToolCallDetailsModifier and TypeMethodDescriptionRunStepCodeInterpreterToolCallDetails.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepCodeInterpreterToolCallDetails from the JsonReader.RunStepCodeInterpreterToolCall.getCodeInterpreter()
Get the codeInterpreter property: The details of the tool call to the code interpreter tool.