Class ToolCallKey
Assembly: Glitch9.AIDevKit.dll
public record ToolCallKey : IEquatable<ToolCallKey>
Constructors
|
Edit this page
View Source
Declaration
public ToolCallKey(ToolType type, string callId, string name)
Parameters
Properties
|
Edit this page
View Source
Declaration
public string CallId { get; }
Property Value
|
Edit this page
View Source
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Declaration
public ToolType Type { get; }
Property Value
Implements
Extension Methods