feat(langchain): headless tools#3223
feat(langchain): headless tools#3223Christian Bromann (christian-bromann) wants to merge 11 commits intomainfrom
Conversation
|
Mintlify preview ID generated: preview-cbhead-1773962116-e7037cd |
3142f88 to
2fd1467
Compare
|
Mintlify preview ID generated: preview-cbhead-1774977035-bff2699 |
|
Mintlify preview ID generated: preview-cbhead-1774986661-5c65123 |
|
Mintlify preview ID generated: preview-cbhead-1774987106-bfe847e |
|
Mintlify preview ID generated: preview-cbhead-1775285429-ba3f526 |
|
Mintlify preview ID generated: preview-cbhead-1775286064-e35eb17 |
|
Mintlify preview ID generated: preview-cbhead-1775318046-914e227 |
Lauren Hirata Singh (lnhsingh)
left a comment
There was a problem hiding this comment.
suggested style/format nits. once fixed, can merge
| The playground example on this page uses a small browser-memory toolkit backed | ||
| by IndexedDB plus a geolocation tool that runs entirely on the client. | ||
|
|
||
| import { PatternEmbed } from "/snippets/pattern-embed.jsx" |
There was a problem hiding this comment.
Does this already exist somewhere?
There was a problem hiding this comment.
Yep. The example is deployed to our playground. The component is defined in the root package.json and is build and copied into the snippets directory at build time. It does not live in the source code.
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
|
Mintlify preview ID generated: preview-cbhead-1775513383-92dcd85 |
|
Mintlify preview ID generated: preview-cbhead-1775583955-85bea0e |
|
Mintlify preview ID generated: preview-cbhead-1776204662-6fa9325 |
This patch documents headless tools.