Uses of Class
com.azure.ai.agents.persistent.models.RunStepDeltaCodeInterpreterOutput
Packages that use RunStepDeltaCodeInterpreterOutput
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepDeltaCodeInterpreterOutput in com.azure.ai.agents.persistent.models
Subclasses of RunStepDeltaCodeInterpreterOutput in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classRepresents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection.final classRepresents 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.agents.persistent.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.agents.persistent.models that return types with arguments of type RunStepDeltaCodeInterpreterOutputModifier and TypeMethodDescriptionRunStepDeltaCodeInterpreterDetailItemObject.getOutputs()Get the outputs property: The outputs from the Code Interpreter tool call.