Theia API Documentation v1.65.0
    Preparing search index...
    interface ResolvedAgentsVariable {
        agents: AgentDescriptor[];
        allResolvedDependencies?: ResolvedAIVariable[];
        arg?: string;
        value: string;
        variable: AIVariable;
    }

    Hierarchy (View Summary)

    Index

    Properties

    agents: AgentDescriptor[]
    allResolvedDependencies?: ResolvedAIVariable[]

    Flat list of all variables that have been (recursively) resolved while resolving this variable.

    arg?: string
    value: string

    value that is inserted into the prompt at the position of the variable usage

    variable: AIVariable