Class ToolCallEvent
public sealed class ToolCallEvent : StreamEventArgs<ToolType>
- Inheritance
-
objectToolCallEvent
- Inherited Members
Constructors
ToolCallEvent(StreamHeader, ToolType, ToolCall)
public ToolCallEvent(StreamHeader header, ToolType type, ToolCall toolCall)
Parameters
headerStreamHeadertypeToolTypetoolCallToolCall
Properties
ToolCall
public ToolCall ToolCall { get; }