import type { OpenClawConfig } from "../config/types.openclaw.js"; import type {
DocumentExtractionRequest,
DocumentExtractionResult,
} from "../plugins/document-extractor-types.js"; import { resolvePluginDocumentExtractors } from "../plugins/document-extractors.runtime.js"; import { normalizeLowercaseStringOrEmpty } from "../shared/string-coerce.js";
let extractorPromise: Promise<ReturnType<typeof resolvePluginDocumentExtractors>> | undefined; const extractorPromisesByConfig = new WeakMap<
OpenClawConfig,
Promise<ReturnType<typeof resolvePluginDocumentExtractors>>
>();
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.