Search Results for

    Show / Hide Table of Contents

    Class CodeExecutionResult

    Inheritance
    object
    CodeExecutionResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Anthropic
    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
    Type Description
    CodeExecutionResultContent[]
    | Edit this page View Source

    ErrorCode

    Declaration
    [JsonProperty("error_code")]
    public ClaudeToolErrorCode? ErrorCode { get; set; }
    Property Value
    Type Description
    ClaudeToolErrorCode?
    | Edit this page View Source

    ReturnCode

    Declaration
    [JsonProperty("return_code")]
    public int? ReturnCode { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Stderr

    Declaration
    [JsonProperty("stderr")]
    public string Stderr { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Stdout

    Declaration
    [JsonProperty("stdout")]
    public string Stdout { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    public CodeExecutionResultType Type { get; set; }
    Property Value
    Type Description
    CodeExecutionResultType

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation