Class ToolCall
public abstract class ToolCall : StatefulItem, IPrompt
- Inheritance
-
objectToolCall
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ToolCall(string)
protected ToolCall(string type)
Parameters
typestring
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