Class CodeExecutionToolResultContent
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class CodeExecutionToolResultContent : ContentBlock
Properties
Error
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
Result
Declaration
public string Result { get; set; }
Property Value
Type | Description |
---|---|
string |
ToolUseId
Declaration
public string ToolUseId { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
public override ContentType Type { get; }
Property Value
Type | Description |
---|---|
ContentType |