Commit Graph

171 Commits

Author SHA1 Message Date
starmorph
1002273bda lint format 2025-05-19 14:00:36 -07:00
starmorph
28cee3200f fix thread index 2025-05-19 13:59:20 -07:00
Dylan Boudro
f618f0a5e6 Merge branch 'main' into upload-images-and-pdfs 2025-05-19 13:45:17 -07:00
starmorph
198d13d46d format 2025-05-19 13:06:48 -07:00
starmorph
f1b6aab645 show image thumbnails and pdf filenames in chat, allow for fileuploads with no text message 2025-05-19 13:06:28 -07:00
starmorph
217fd43eac support different image filetypes 2025-05-19 12:48:30 -07:00
starmorph
5e7a8ee03e handleFileUpload, images working 2025-05-19 12:45:49 -07:00
starmorph
855d8c5eb0 Anthropic pdf uploads working w metadata filename 2025-05-19 12:29:33 -07:00
starmorph
79a28d1f60 fix file upload schema to match python langchain multimodality docs 2025-05-19 11:14:28 -07:00
subhadip
a9fe418654 Fix page title metadata 2025-05-17 18:21:56 +05:30
starmorph
fcaa963085 format && remove graph 2025-05-16 20:21:54 -07:00
starmorph
1cac35fe10 major refactor 2025-05-16 20:17:17 -07:00
starmorph
9ac2228039 lint and format 2025-05-15 16:42:04 -07:00
starmorph
aa32e58602 converting image + file upload to Base64ContentBlock Mime_type standard instead of pdf parsing 2025-05-15 16:40:10 -07:00
starmorph
5d86187d59 implementing pdf upload, text blob pdf-parse 2025-05-15 15:41:18 -07:00
starmorph
d8c8a85f90 init pdf images branch 2025-05-15 12:11:15 -07:00
Tat Dat Duong
0154cc9794 feat: clean up code for artifacts 2025-05-01 17:03:41 +02:00
Tat Dat Duong
bc547a375c Add context-aware artifacts 2025-05-01 02:30:16 +02:00
Tat Dat Duong
58dd69d1a2 Cleanup, make more robust 2025-04-30 16:52:35 +02:00
wuhaolei
aa59470e05 feat: support drag and drop file upload 2025-04-30 16:46:20 +08:00
Tat Dat Duong
e556b13a06 Refactor 2025-04-28 19:07:04 +02:00
Tat Dat Duong
72c13c7ee3 Initial pass on artifacts 2025-04-28 18:59:26 +02:00
neulhan
ee1c084ef8 feat : Support file uploads #56 2025-04-28 10:22:17 +09:00
Brace Sproul
936d8a45ce Merge pull request #107 from VMinB12/vmin/json-content-primitive-types
Fix primitive types in tool response not being displayed
2025-04-18 10:10:19 -07:00
Brace Sproul
79ccecd254 Merge pull request #114 from linganmin/fix/style
Fixed the bug where the tool call ID was too long, causing page distortion.
2025-04-18 09:55:02 -07:00
bracesproul
0b5d1314d5 refactor interrupt component 2025-04-18 09:25:28 -07:00
linganmin
5b7d5ec642 fix style 2025-04-18 10:30:35 +08:00
Hylke Sijbesma
5a55fd4d99 fix: render interrupt after tool result
Fix GenericInterruptView not rendering after tool result followed by interrupt

Previously, the GenericInterruptView failed to render when an interrupt occurred immediately after a tool result message.
2025-04-17 10:54:45 +02:00
Vincent Min
602b3a6002 Fix primitive types in tool response not being displayed 2025-04-12 15:02:14 +02:00
dkseo
d04c7080fc style: format 2025-04-11 11:46:23 +09:00
bracesproul
0eab726a0f cr 2025-04-10 12:51:29 -07:00
bracesproul
d5452d8228 cr 2025-04-10 12:44:17 -07:00
bracesproul
7f321cc635 feat: Add going to production docs 2025-04-10 12:43:14 -07:00
bracesproul
08b980a506 dont allow api key to be exposed to client 2025-04-10 11:55:59 -07:00
bracesproul
25524792ec refactor: Use next.js instead of vite 2025-04-10 11:47:43 -07:00
bracesproul
c45b47aaa2 fix: Bug where rendering a number as the arg value errors 2025-04-08 13:14:13 -07:00
bracesproul
64cd9c3c82 fix: Do not error when interrupt values are not objects 2025-04-08 12:52:33 -07:00
Brace Sproul
ca36bfeb46 Merge pull request #96 from langchain-ai/brace/fix-interrupt-no-msgs
fix: Rendering interrupts when there are no ai/tool messages
2025-04-08 12:27:51 -07:00
bracesproul
ec294c5dc9 fix: Rendering interrupts when there are no ai/tool messages 2025-04-08 12:21:07 -07:00
neulhan
32b150cf92 fix : Resolved a styling issue 2025-04-06 00:31:35 +09:00
Brace Sproul
45c55b0a41 Merge pull request #82 from Romamo/fix_sidebar_button_align
Fixed alignment of sidebar button
2025-04-02 14:03:20 -07:00
Brace Sproul
d126422af6 Merge pull request #81 from Romamo/add_env
Added environment variables to bypass the initial setup form
2025-04-02 14:03:12 -07:00
Brace Sproul
6c8f895e43 Merge pull request #76 from cgoinglove/main
fix: improve chat UI behavior and message display
2025-04-02 13:50:42 -07:00
bracesproul
d6c7ff955b drop type casting 2025-04-02 13:49:46 -07:00
bracesproul
8c07cfd28a format 2025-04-02 13:46:41 -07:00
Brace Sproul
5a2dd70691 Merge branch 'main' into add_env 2025-04-02 13:41:46 -07:00
bracesproul
6e220b1a48 cr 2025-04-02 13:33:57 -07:00
bracesproul
d1dcf44f32 feat: Link github repo 2025-04-02 13:33:11 -07:00
Romamo
5df45849eb Added environment variables to bypass the initial setup form 2025-03-26 08:50:49 +02:00
Romamo
1038ed5dc8 Fixed alignment of sidebar button 2025-03-26 08:30:43 +02:00