Перейти к основному содержимому

Variable: SearchResponseSchema

const SearchResponseSchema: TObject<{ query: TString; results: TArray<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:44