Search Results for

    Show / Hide Table of Contents

    Class ToolOutput

    Inheritance
    object
    ConversationItem
    ToolOutput
    CodeInterpreterOutput
    ComputerUseOutput
    CustomToolOutput
    FileSearchOutput
    FunctionOutput
    ImageGenerationOutput
    LocalShellOutput
    McpListToolsCallOutput
    McpOutput
    WebSearchOutput
    Implements
    IPrompt
    IValidatable
    IHasId<string>
    Inherited Members
    ConversationItem.Id
    ConversationItem.Type
    ConversationItem.GetPromptText()
    ConversationItem.IsValid()
    ConversationItem.Validate()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public abstract class ToolOutput : ConversationItem, IPrompt, IValidatable, IHasId<string>

    Constructors

    | Edit this page View Source

    ToolOutput(string)

    Declaration
    protected ToolOutput(string type)
    Parameters
    Type Name Description
    string type

    Properties

    | Edit this page View Source

    CallId

    The call ID, used to map this tool call output to a tool call.

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

    Index

    Optional. Index of the tool call.

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

    Status

    Declaration
    public override ResponseStatus? Status { get; }
    Property Value
    Type Description
    ResponseStatus?
    Overrides
    ConversationItem.Status

    Implements

    IPrompt
    IValidatable
    IHasId<TId>

    Extension Methods

    UnifiedApiCallerExtensions.GENResponse(ConversationItem)
    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)
    CoreLibTypeExtensions.GetIdOrNull(IHasId<string>)
    CoreLibTypeExtensions.IsNullOrEmptyId(IHasId<string>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation