Skip to content

Commit 79d73b3

Browse files
authored
Merge pull request #27 from Travelguest/fix/image-url-content-type
fix(foundation): change ImageURLContent.url type from string literal …
2 parents 8454bab + d2b8f39 commit 79d73b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/foundation/messages/types/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface ImageURLContent {
1717
/** Image URL. */
1818
image_url: {
1919
/** HTTPS (or other) URL of the image resource. */
20-
url: "https://example.com";
20+
url: string;
2121
/**
2222
* Optional vision detail level; provider-specific.
2323
* - `auto` — let the model decide resolution tradeoffs.

0 commit comments

Comments
 (0)