Table of Contents

Class ToolCallArgs

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

Constructors

ToolCallArgs(StreamHeader, ToolType, string, string)

public ToolCallArgs(StreamHeader header, ToolType type, string name, string argsJson)

Parameters

header StreamHeader
type ToolType
name string
argsJson string

Properties

ArgumentsJson

public string ArgumentsJson { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string