OpenAIFunctionToolCall 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 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. |