@archastro/sdk
    Preparing search index...

    Interface UpgradeTemplateSummary

    Compact summary of an AgentTemplate config referenced by an agent upgrade or source-solution response.

    interface UpgradeTemplateSummary {
        created_at?: string;
        description?: string;
        display_name?: string;
        id: string;
        kind: string;
        lookup_key?: string;
        name?: string;
        updated_at?: string;
        virtual_path?: string;
    }
    Index

    Properties

    created_at?: string

    When this template config was created (ISO 8601).

    description?: string

    Description of the template from the config body. null if the current version has no description field.

    display_name?: string

    Human-readable display name from the config body. null if the current version has no display_name field.

    id: string

    Template config ID (cfg_...).

    kind: string

    Config kind identifier for this template (e.g. "agent_tool_template").

    lookup_key?: string

    Stable lookup key assigned to this template config. null if no lookup key is set.

    name?: string

    Template name as stored in the config body. null if the current version has no name field.

    updated_at?: string

    When this template config was last modified (ISO 8601).

    virtual_path?: string

    Virtual filesystem path for this template config. null if not set.