Files
openclaw/src/plugin-sdk/json-schema-runtime.ts
Peter Steinberger 6a4069dead fix: share plugin runtime helpers
Consolidate shared plugin runtime MIME/schema helpers, preserve canonical runtime behavior, and guard QQBot STT fetches.
2026-05-08 00:28:43 +01:00

5 lines
232 B
TypeScript

// Narrow JSON Schema validator surface for plugins that validate tool/model output.
export { validateJsonSchemaValue } from "../plugins/schema-validator.js";
export type { JsonSchemaObject } from "../shared/json-schema.types.js";