Initial commit: KidsAI Explorer with complete functionality
- Complete KidsAI Explorer application - Multi-language support (English/German) - AI-powered educational guidance using OpenAI - Interactive chat interface for children - Proper placeholder translation fixes - Mobile-responsive design - Educational framework for critical thinking
This commit is contained in:
15
node_modules/openai/_vendor/zod-to-json-schema/parsers/bigint.d.ts
generated
vendored
Normal file
15
node_modules/openai/_vendor/zod-to-json-schema/parsers/bigint.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { ZodBigIntDef } from 'zod';
|
||||
import { Refs } from "../Refs.js";
|
||||
import { ErrorMessages } from "../errorMessages.js";
|
||||
export type JsonSchema7BigintType = {
|
||||
type: 'integer';
|
||||
format: 'int64';
|
||||
minimum?: BigInt;
|
||||
exclusiveMinimum?: BigInt;
|
||||
maximum?: BigInt;
|
||||
exclusiveMaximum?: BigInt;
|
||||
multipleOf?: BigInt;
|
||||
errorMessage?: ErrorMessages<JsonSchema7BigintType>;
|
||||
};
|
||||
export declare function parseBigintDef(def: ZodBigIntDef, refs: Refs): JsonSchema7BigintType;
|
||||
//# sourceMappingURL=bigint.d.ts.map
|
||||
Reference in New Issue
Block a user