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

    Hierarchy (View Summary)

    Index

    Properties

    allResolvedDependencies?: ResolvedAIVariable[]

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

    arg?: string
    date: Date
    value: string

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

    variable: AIVariable