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

Variable: PromptContextPreviewRequestSchema

const PromptContextPreviewRequestSchema: TUnion<[TObject<{ characterId: TString; personaId: TOptional<TString>; providerConfigId: TOptional<TString>; userMessage: TString; }>, TObject<{ chatId: TString; providerConfigId: TOptional<TString>; userMessage: TString; }>]>

Defined in: packages/contracts/src/promptAudit.ts:108

Input for a side-effect-free preview of a new or existing conversation.