RunStepDeltaCodeInterpreterToolCall Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Code Interpreter tool call within a streaming run step's tool call details.
public class RunStepDeltaCodeInterpreterToolCall : Azure.AI.Projects.RunStepDeltaToolCall, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RunStepDeltaCodeInterpreterToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RunStepDeltaCodeInterpreterToolCall>
type RunStepDeltaCodeInterpreterToolCall = class
inherit RunStepDeltaToolCall
interface IJsonModel<RunStepDeltaCodeInterpreterToolCall>
interface IPersistableModel<RunStepDeltaCodeInterpreterToolCall>
Public Class RunStepDeltaCodeInterpreterToolCall
Inherits RunStepDeltaToolCall
Implements IJsonModel(Of RunStepDeltaCodeInterpreterToolCall), IPersistableModel(Of RunStepDeltaCodeInterpreterToolCall)
- Inheritance
- Implements
Fields
SerializedAdditionalRawData |
Keeps track of any properties unknown to the library. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Properties
CodeInterpreter |
The Code Interpreter data for the tool call. |
Id |
The ID of the tool call, used when submitting outputs to the run. (Inherited from RunStepDeltaToolCall) |
Index |
The index of the tool call detail in the run step's tool_calls array. (Inherited from RunStepDeltaToolCall) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET