evalution
    Preparing search index...

    Interface ExecuteConfigOptions

    interface ExecuteConfigOptions {
        identity?: PromptSpanInfo;
        traceId?: string;
    }
    Index

    Properties

    Properties

    identity?: PromptSpanInfo

    The prompt's identity (id, name, parameters). Used to name and link the trace when the config wasn't built by the prompts() helper (which would otherwise carry that identity itself).

    traceId?: string

    The ID to use for the trace created by this execution, if any.