Share via


OpenAIFunctionToolCall Class

Definition

Represents an OpenAI function tool call with deserialized function name and arguments.

public sealed class OpenAIFunctionToolCall
type OpenAIFunctionToolCall = class
Public NotInheritable Class OpenAIFunctionToolCall
Inheritance
OpenAIFunctionToolCall

Properties

Arguments

Gets a name/value collection of the arguments to the function, if any.

FullyQualifiedName

Gets the fully-qualified name of the function.

FunctionName

Gets the name of the function.

Id

Gets the ID of the tool call.

PluginName

Gets the name of the plugin with which this function is associated, if any.

Methods

ToString()

Returns a string that represents the current object.

Applies to