Table of Contents

Class ToolCallEvent

Namespace
Glitch9.AIDevKit
public sealed class ToolCallEvent : StreamEventArgs<ToolType>
Inheritance
object
ToolCallEvent
Inherited Members

Constructors

ToolCallEvent(StreamHeader, ToolType, ToolCall)

public ToolCallEvent(StreamHeader header, ToolType type, ToolCall toolCall)

Parameters

header StreamHeader
type ToolType
toolCall ToolCall

Properties

ToolCall

public ToolCall ToolCall { get; }

Property Value

ToolCall