Skip to content

Commit

Permalink
Types update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljuti committed Nov 21, 2023
1 parent 67d5cf4 commit cf05e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roseflow/types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module OpenAI
)

VisionImageMessageContent = Types::Hash.schema(
image_url: Types::Hash.schema(image_url: Types::String),
image_url: Types::Hash.schema(url: Types::String, detail: Types::String.default("auto")),
type: Types::String.default("image_url"),
)
end
Expand Down

0 comments on commit cf05e28

Please sign in to comment.