Uses of Class
com.azure.ai.agents.persistent.models.RunStepCodeInterpreterToolCallOutput
Packages that use RunStepCodeInterpreterToolCallOutput
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepCodeInterpreterToolCallOutput in com.azure.ai.agents.persistent.models
Modifier and TypeClassDescriptionfinal classA representation of an image output emitted by a code interpreter tool in response to a tool call by the model.final classA 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.agents.persistent.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.agents.persistent.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.