feat: add OpenRouter audit generation pipeline
This commit is contained in:
4
convex/_generated/api.d.ts
vendored
4
convex/_generated/api.d.ts
vendored
@@ -8,6 +8,8 @@
|
||||
* @module
|
||||
*/
|
||||
|
||||
import type * as auditGeneration from "../auditGeneration.js";
|
||||
import type * as auditGenerationAction from "../auditGenerationAction.js";
|
||||
import type * as auditInputs from "../auditInputs.js";
|
||||
import type * as audits from "../audits.js";
|
||||
import type * as blacklist from "../blacklist.js";
|
||||
@@ -32,6 +34,8 @@ import type {
|
||||
} from "convex/server";
|
||||
|
||||
declare const fullApi: ApiFromModules<{
|
||||
auditGeneration: typeof auditGeneration;
|
||||
auditGenerationAction: typeof auditGenerationAction;
|
||||
auditInputs: typeof auditInputs;
|
||||
audits: typeof audits;
|
||||
blacklist: typeof blacklist;
|
||||
|
||||
Reference in New Issue
Block a user