mirror of
https://github.com/placeholder-soft/storytime.git
synced 2026-01-12 22:30:22 +08:00
feat: change onRequest to onCall
This commit is contained in:
2
model/functions.d.ts
vendored
2
model/functions.d.ts
vendored
@@ -1,3 +1,3 @@
|
||||
export type CloudFunctionsType = {
|
||||
generateImage(prompt: string): Promise<{ url: string; finalPrompt: string }>;
|
||||
generateImage(prompt: string): Promise<{ image_url: string, revised_prompt: string }>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user