Variable: SearchResponseSchema
constSearchResponseSchema: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