Class McpToolResultContent
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class McpToolResultContent : ContentBlock
Properties
Content
Declaration
public StringOrMany<CitationsWrapper> Content { get; set; }
Property Value
Type | Description |
---|---|
StringOrMany<CitationsWrapper> |
IsError
Declaration
public bool IsError { get; set; }
Property Value
Type | Description |
---|---|
bool |
ToolUseId
Declaration
public string ToolUseId { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
public override ContentType Type { get; }
Property Value
Type | Description |
---|---|
ContentType |