Class CustomToolCallInputDeltaEvent
Inheritance
CustomToolCallInputDeltaEvent
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class CustomToolCallInputDeltaEvent : ToolCallDeltaEventBase, ISequencableEvent, ICompletableEvent, IEvent
Properties
| Edit this page View SourceInput
The complete input data for the custom tool call.
Declaration
[JsonProperty("input")]
public string Input { get; set; }
Property Value
| Type | Description |
|---|---|
| string |