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/resources/fine-tuning/alpha/alpha.d.ts
generated
vendored
Normal file
10
node_modules/openai/resources/fine-tuning/alpha/alpha.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { APIResource } from "../../../core/resource.js";
|
||||
import * as GradersAPI from "./graders.js";
|
||||
import { GraderRunParams, GraderRunResponse, GraderValidateParams, GraderValidateResponse, Graders } from "./graders.js";
|
||||
export declare class Alpha extends APIResource {
|
||||
graders: GradersAPI.Graders;
|
||||
}
|
||||
export declare namespace Alpha {
|
||||
export { Graders as Graders, type GraderRunResponse as GraderRunResponse, type GraderValidateResponse as GraderValidateResponse, type GraderRunParams as GraderRunParams, type GraderValidateParams as GraderValidateParams, };
|
||||
}
|
||||
//# sourceMappingURL=alpha.d.ts.map
|
||||
Reference in New Issue
Block a user