Message Attachment Image Recognition (#118)

* Add: Image recognition

* Fix: Non-Attachment Query

* Update: version increment

* Remove: Debugging logs from buffer file

* Add: comments for bufferHandler
This commit is contained in:
Kevin Dang
2024-09-18 20:28:23 -07:00
committed by GitHub
parent 36a0cd309b
commit e3b0c9abe4
8 changed files with 74 additions and 9 deletions

View File

@@ -38,7 +38,8 @@ export type ChatParams = {
*/
export type UserMessage = {
role: string,
content: string
content: string,
images: string[] // May or may not have images in message
}
// Event properties