RunStepCodeInterpreterToolCall 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.
A record of a call to a code interpreter tool, issued by the model in evaluation of a defined tool, that represents inputs and outputs consumed and emitted by the code interpreter.
public class RunStepCodeInterpreterToolCall : Azure.AI.OpenAI.Assistants.RunStepToolCall, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterToolCall>
type RunStepCodeInterpreterToolCall = class
inherit RunStepToolCall
interface IJsonModel<RunStepCodeInterpreterToolCall>
interface IPersistableModel<RunStepCodeInterpreterToolCall>
Public Class RunStepCodeInterpreterToolCall
Inherits RunStepToolCall
Implements IJsonModel(Of RunStepCodeInterpreterToolCall), IPersistableModel(Of RunStepCodeInterpreterToolCall)
- Inheritance
- Implements
Properties
Id |
The ID of the tool call. This ID must be referenced when you submit tool outputs. (Inherited from RunStepToolCall) |
Input |
The input provided by the model to the code interpreter tool. |
Outputs |
The outputs produced by the code interpreter tool back to the model in response to the tool call. Please note RunStepCodeInterpreterToolCallOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RunStepCodeInterpreterImageOutput and RunStepCodeInterpreterLogOutput. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET