Commit Graph

300 Commits

Author SHA1 Message Date
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
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
Hangyeol Shin
635d6359b8 Merge pull request #2 from wuhaolei455/main
feat: support drag and drop file upload
2025-04-30 21:01:07 +09:00
wuhaolei
aa59470e05 feat: support drag and drop file upload 2025-04-30 16:46:20 +08:00
neulhan
ee1c084ef8 feat : Support file uploads #56 2025-04-28 10:22:17 +09:00
Brace Sproul
72d92a5bca Merge pull request #106 from langchain-ai/brace/add-ts-auth-docs
fix: Update going to prod docs to include custom auth js docs
2025-04-18 10:16:36 -07:00
Brace Sproul
43178990dc Update README.md 2025-04-18 10:12:54 -07: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
Brace Sproul
00fd5b1acd Merge pull request #112 from hylkesybesma/fix-render-interrupt
fix: render interrupt after tool result
2025-04-18 09:29:00 -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
Brace Sproul
89e58cff80 Merge pull request #103 from lien-dev/feature/2-update-prettier
update prettier
2025-04-13 17:42:00 -07: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
dkseo
8c37090f00 chore: update prettier config 2025-04-11 11:45:15 +09:00
bracesproul
259610ae96 fix: Update going to prod docs to include custom auth js docs 2025-04-10 13:04:19 -07:00
Brace Sproul
9a757e1b66 Merge pull request #105 from langchain-ai/brace/going-to-production
feat: Add going to production docs
2025-04-10 12:53:38 -07:00
bracesproul
0eab726a0f cr 2025-04-10 12:51:29 -07:00
bracesproul
ca0bd1f9dc cr 2025-04-10 12:49:42 -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
Brace Sproul
22e82d98ae Merge pull request #104 from langchain-ai/brace/use-next
refactor: Use next.js instead of vite
2025-04-10 12:19:24 -07:00
bracesproul
518483a216 cr 2025-04-10 11:58:44 -07:00
bracesproul
59ab0b2783 readme 2025-04-10 11:57:22 -07:00
bracesproul
08b980a506 dont allow api key to be exposed to client 2025-04-10 11:55:59 -07:00
bracesproul
0575af2349 fix gitignore 2025-04-10 11:51:29 -07:00
bracesproul
6e8c6da6b7 add pnpm lock to prettier ignore 2025-04-10 11:50:16 -07:00
bracesproul
a9448cb488 cr 2025-04-10 11:49:31 -07:00
bracesproul
25524792ec refactor: Use next.js instead of vite 2025-04-10 11:47:43 -07:00
Brace Sproul
aaee53e3e6 Merge pull request #101 from langchain-ai/brace/drop-pnpm-version-sha
fix: Use base pnpm semver instead of including sha
2025-04-09 13:40:13 -07:00
bracesproul
bcd40f8dc4 fix: Use base pnpm semver instead of including sha 2025-04-09 13:36:05 -07:00
Brace Sproul
e22bd797d6 Merge pull request #98 from langchain-ai/brace/render-numbers
fix: Bug where rendering a number as the arg value errors
2025-04-08 13:15:40 -07:00
bracesproul
c45b47aaa2 fix: Bug where rendering a number as the arg value errors 2025-04-08 13:14:13 -07:00
Brace Sproul
851853ec26 Merge pull request #97 from langchain-ai/brace/fix-interrupt-not-object
fix: Do not error when interrupt values are not objects
2025-04-08 12:55:05 -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
Brace Sproul
ef59d29ea2 Merge pull request #93 from Neulhan/neulhan/style-fix
fix : Resolved a styling issue
2025-04-07 10:12:06 -07:00