Class ToolCallArgs
public sealed class ToolCallArgs : StreamEventArgs<ToolType>
- Inheritance
-
objectToolCallArgs
- Inherited Members
Constructors
ToolCallArgs(StreamHeader, ToolType, string, string)
public ToolCallArgs(StreamHeader header, ToolType type, string name, string argsJson)
Parameters
headerStreamHeadertypeToolTypenamestringargsJsonstring
Properties
ArgumentsJson
public string ArgumentsJson { get; }
Property Value
- string
Name
public string Name { get; }
Property Value
- string