Class McpToolChoice
Inheritance
McpToolChoice
Assembly: Glitch9.AIDevKit.dll
public class McpToolChoice : ToolChoice, IHasName
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public McpToolChoice(string toolName, string serverLabel)
Parameters
Properties
|
Edit this page
View Source
Gets the name of this object.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("server_label")]
public string ServerLabel { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
Overrides
Implements
Extension Methods