Class CodeExecutionResult
public class CodeExecutionResult
- Inheritance
-
object
CodeExecutionResult
Properties
Content
public CodeExecutionResultContent[] Content { get; set; }
Property Value
- CodeExecutionResultContent[]
ErrorCode
public ClaudeToolErrorCode? ErrorCode { get; set; }
Property Value
- ClaudeToolErrorCode?
ReturnCode
public int? ReturnCode { get; set; }
Property Value
- int?
Stderr
public string Stderr { get; set; }
Property Value
- string
Stdout
public string Stdout { get; set; }
Property Value
- string
Type
public CodeExecutionResultType Type { get; set; }
Property Value
- CodeExecutionResultType