SongGuess
    Preparing search index...

    Interface Ai_Cf_Baai_Bge_M3_Output_Query

    interface Ai_Cf_Baai_Bge_M3_Output_Query {
        response?: { id?: number; score?: number }[];
    }
    Index

    Properties

    Properties

    response?: { id?: number; score?: number }[]

    Type Declaration

    • Optionalid?: number

      Index of the context in the request

    • Optionalscore?: number

      Score of the context under the index.