-
Notifications
You must be signed in to change notification settings - Fork 44.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: image block for claude #9309
base: dev
Are you sure you want to change the base?
Conversation
PR Reviewer Guide πHere are some key observations to aid the review process:
|
β¦' into zamilmajdy/multimediafilesupport
i tried this and this is the full error
|
β¦milmajdy/multimediafilesupport
8ea1e5e
to
b8749f7
Compare
β¦entials_store.py
β¦ons/credentials-input.tsx
β¦ons/credentials-provider.tsx
|
||
|
||
class Image(BaseModel): | ||
content_type: str # MIME type of the image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
base64 URI is already within this format:
data:mime/type;base64=.......
https://developer.mozilla.org/en-US/docs/Web/URI/Schemes/data#syntax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#9320 already uses this format, and this can be shown to the frontend directly as embedded image/video/audio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would that type just be string?
I wanted claude to take image inputs
Changes ποΈ
Adds image inputs to claude (only latest message)
Checklist π
For code changes: