Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the description of the input image string
  • Loading branch information
dargilco committed Dec 23, 2024
commit e4003848d23b097a64b2343bcbe23a589138887f
2 changes: 1 addition & 1 deletion specification/ai/ModelClient/models/image_embeddings.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ alias ImageEmbeddingsOptions = {
@doc("Represents an image with optional text.")
model ImageEmbeddingInput {
@doc("""
The input image, in PNG format.
The input image encoded in base64 string as a data URL. Example: `data:image/{format};base64,{data}`.
""")
image: string;

Expand Down
Loading