We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8454bab + d2b8f39 commit 79d73b3Copy full SHA for 79d73b3
1 file changed
src/foundation/messages/types/content.ts
@@ -17,7 +17,7 @@ export interface ImageURLContent {
17
/** Image URL. */
18
image_url: {
19
/** HTTPS (or other) URL of the image resource. */
20
- url: "https://example.com";
+ url: string;
21
/**
22
* Optional vision detail level; provider-specific.
23
* - `auto` — let the model decide resolution tradeoffs.
0 commit comments