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

Variable: PromptContextAuditEntrySchema

const PromptContextAuditEntrySchema: TObject<{ content: TString; exclusionReason: TUnion<[TLiteral<"disabled">, TLiteral<"empty">, TLiteral<"manual">, TLiteral<"context-shift">, TLiteral<"final-budget">, TLiteral<"interceptor">, TLiteral<"model-mismatch">, TLiteral<"none">]>; identifier: TString; included: TBoolean; name: TOptional<TString>; order: TInteger; role: TUnion<[TLiteral<"system">, TLiteral<"user">, TLiteral<"assistant">, TLiteral<"tool">, TLiteral<"plugin">]>; source: TString; tokens: TInteger; }>

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