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:
10
node_modules/openai/internal/qs/index.d.ts
generated
vendored
Normal file
10
node_modules/openai/internal/qs/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare const formats: {
|
||||
formatters: Record<import("./types").Format, (str: PropertyKey) => string>;
|
||||
RFC1738: string;
|
||||
RFC3986: string;
|
||||
default: import("./types").Format;
|
||||
};
|
||||
export { stringify } from "./stringify.js";
|
||||
export { formats };
|
||||
export type { DefaultDecoder, DefaultEncoder, Format, ParseOptions, StringifyOptions } from "./types.js";
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user