Class CodeExecutionResult
Inheritance
CodeExecutionResult
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class CodeExecutionResult
Properties
|
Edit this page
View Source
Content
Declaration
[JsonProperty("content")]
public CodeExecutionResultContent[] Content { get; set; }
Property Value
|
Edit this page
View Source
ErrorCode
Declaration
[JsonProperty("error_code")]
public ClaudeToolErrorCode? ErrorCode { get; set; }
Property Value
|
Edit this page
View Source
ReturnCode
Declaration
[JsonProperty("return_code")]
public int? ReturnCode { get; set; }
Property Value
|
Edit this page
View Source
Stderr
Declaration
[JsonProperty("stderr")]
public string Stderr { get; set; }
Property Value
|
Edit this page
View Source
Stdout
Declaration
[JsonProperty("stdout")]
public string Stdout { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public CodeExecutionResultType Type { get; set; }
Property Value
Extension Methods