跳到主要内容

Variable: SearchResultSchema

const SearchResultSchema: TObject<{ id: TString; scope: TUnion<[TLiteral<"characters">, TLiteral<"chats">, TLiteral<"messages">, TLiteral<"lorebooks">]>; score: TNumber; snippet: TString; timestamp: TInteger; title: TString; }>

Defined in: packages/contracts/src/search.ts:33