evalution
    Preparing search index...

    Interface ExecuteOptions

    Optional settings for PromptProvider.execute.

    interface ExecuteOptions {
        traceId?: string;
    }
    Index

    Properties

    Properties

    traceId?: string

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