mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 14:40:44 +00:00
Consolidate shared plugin runtime MIME/schema helpers, preserve canonical runtime behavior, and guard QQBot STT fetches.
5 lines
232 B
TypeScript
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";
|