evalution
    Preparing search index...

    Interface PromptSpanInfo

    interface PromptSpanInfo {
        functionParameters?: unknown[];
        id?: string;
        name: string;
    }
    Index

    Properties

    functionParameters?: unknown[]

    Positional arguments the prompt function was called with.

    id?: string

    Globally-unique prompt id (e.g. ${groupId}#${name}).

    name: string

    Human-readable prompt name.