We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2ebb8 commit e9a0f65Copy full SHA for e9a0f65
src/clients/bucket/ai/index.ts
@@ -10,6 +10,7 @@ export interface GenerateTextOptions {
10
messages?: Array<{
11
role: 'user' | 'assistant';
12
content: string;
13
+ media_url?: string;
14
}>;
15
}
16
0 commit comments