RunStepFunctionToolCall 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 function tool, issued by the model in evaluation of a defined tool, that represents the inputs and output consumed and emitted by the specified function.
public class RunStepFunctionToolCall : Azure.AI.OpenAI.Assistants.RunStepToolCall, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.RunStepFunctionToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.RunStepFunctionToolCall>
type RunStepFunctionToolCall = class
inherit RunStepToolCall
interface IJsonModel<RunStepFunctionToolCall>
interface IPersistableModel<RunStepFunctionToolCall>
Public Class RunStepFunctionToolCall
Inherits RunStepToolCall
Implements IJsonModel(Of RunStepFunctionToolCall), IPersistableModel(Of RunStepFunctionToolCall)
- Inheritance
- Implements
Properties
Arguments |
The arguments that the model requires are provided to the named function. |
Id |
The ID of the tool call. This ID must be referenced when you submit tool outputs. (Inherited from RunStepToolCall) |
Name |
The name of the function. |
Output |
The output of the function, only populated for function calls that have already have had their outputs submitted. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET