Class McpToolUseBlock
Inheritance
McpToolUseBlock
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
public class McpToolUseBlock : ContentBlock
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("input")]
public string Input { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
The name of the MCP server
Declaration
[JsonProperty("server_name")]
public string ServerName { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("type")]
public override ContentType Type { get; }
Property Value
Overrides
Extension Methods