mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-18 11:02:26 -05:00
## Description Trigger has been tested corresponding to local changes. Latest successful run: https://pantheon.corp.google.com/cloud-build/builds;region=global/0e7720f6-451c-4a89-8a43-a35131ec90a5;step=0?project=toolbox-testing-438616 Note: After merging, update JS pre and post processing sample testing trigger. ## PR Checklist > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"name": "langchain",
|
|
"version": "1.0.0",
|
|
"description": "LangChain.js sample for pre/post processing",
|
|
"type": "module",
|
|
"main": "agent.js",
|
|
"scripts": {
|
|
"start": "node agent.js"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "^1.1.26",
|
|
"@langchain/google-genai": "^2.1.19",
|
|
"@langchain/google-vertexai": "^2.1.19",
|
|
"@toolbox-sdk/core": "^0.2.1",
|
|
"langchain": "^1.2.25",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|