Table of Contents

Class ToolCall

Namespace
Glitch9.AIDevKit
public abstract class ToolCall : StatefulItem, IPrompt
Inheritance
object
ToolCall
Implements
Derived
Inherited Members
Extension Methods

Constructors

ToolCall(string)

protected ToolCall(string type)

Parameters

type string

Properties

CallId

The call ID, used to map this tool call output to a tool call.

public string CallId { get; set; }

Property Value

string

Index

Optional. Index of the tool call.

public int? Index { get; set; }

Property Value

int?

Name

The name of the custom tool being called. (if supported)

public string Name { get; set; }

Property Value

string

Methods

GetName()

public string GetName()

Returns

string