Class CustomToolCall
A call to a custom tool created by the model.
public class CustomToolCall : ToolCall, IPrompt
- Inheritance
-
objectCustomToolCall
- Implements
- Inherited Members
- Extension Methods
Constructors
CustomToolCall()
protected CustomToolCall()
Properties
Input
public string Input { get; set; }
Property Value
- string