Class McpToolResultContent
Inheritance
McpToolResultContent
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class McpToolResultContent : ContentBlock
Properties
|
Edit this page
View Source
Content
Declaration
[JsonProperty("content")]
public StringOrArray<CitationsWrapper> Content { get; set; }
Property Value
|
Edit this page
View Source
IsError
Declaration
[JsonProperty("is_error")]
public bool IsError { get; set; }
Property Value
|
Edit this page
View Source
ToolUseId
Declaration
[JsonProperty("tool_use_id")]
public string ToolUseId { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public override ContentType Type { get; }
Property Value
Overrides
Extension Methods