import { normalizeLowercaseStringOrEmpty } from "../shared/string-coerce.js";
/** * Non-sensitive field names that happen to match sensitive patterns. * These are explicitly excluded from redaction (plugin config) and * warnings about not being marked sensitive (base config).
*/ const SENSITIVE_KEY_WHITELIST_SUFFIXES = [ "maxtokens", "maxoutputtokens", "maxinputtokens", "maxcompletiontokens", "contexttokens", "totaltokens", "tokencount", "tokenlimit", "tokenbudget", "passwordFile",
] as const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.