openclaw/extensions/memory-lancedb/node_modules/openai/lib/transform.d.ts
Claude Code cbf7417c0f feat: add GitHub Codespaces deployment support
- Add DevContainer configuration for Codespaces
- Add GitHub Actions workflows for automation
- Add Ollama support to Memory plugin
- Add comprehensive documentation
2026-01-30 14:02:05 +08:00

3 lines
166 B
TypeScript

import type { JSONSchema } from "./jsonschema.js";
export declare function toStrictJsonSchema(schema: JSONSchema): JSONSchema;
//# sourceMappingURL=transform.d.ts.map