Search Results for

    Show / Hide Table of Contents

    Class AssistantsApiToolOutput

    Inheritance
    object
    AssistantsApiToolOutput
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public class AssistantsApiToolOutput

    Properties

    | Edit this page View Source

    Output

    The Output of the Tool call to be submitted to continue the run.

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

    ToolCallId

    The ID of the Tool call in the required_action object within the run object the Output is being submitted for.

    Declaration
    [JsonProperty("tool_call_id")]
    public string ToolCallId { get; set; }
    Property Value
    Type Description
    string

    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