Uses of Class
com.azure.ai.agents.persistent.models.RunStepCodeInterpreterToolCallDetails
Packages that use RunStepCodeInterpreterToolCallDetails
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepCodeInterpreterToolCallDetails in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.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.