Class CodeExecutionToolResultContent
Inheritance
CodeExecutionToolResultContent
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class CodeExecutionToolResultContent : ContentBlock
Properties
|
Edit this page
View Source
Error
Declaration
[JsonProperty("error")]
public string Error { get; set; }
Property Value
|
Edit this page
View Source
Result
Declaration
[JsonProperty("result")]
public string Result { 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