Table of Contents

Class FunctionCall

Namespace
Glitch9.AIDevKit

A tool call to run a function. See the function calling guide for more information.

public class FunctionCall : ToolCall, IPrompt, IJsonArguments
Inheritance
object
FunctionCall
Implements
IJsonArguments
Inherited Members
Extension Methods

Constructors

FunctionCall()

public FunctionCall()

FunctionCall(string, string, string)

public FunctionCall(string id, string name, string arguments)

Parameters

id string
name string
arguments string

Properties

Arguments

Required. A JSON string of the arguments to pass to the function.

public string Arguments { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string