Skip to content

docs: JS toolbox-core sdk doc migration#2408

Merged
rapid-killer-9 merged 15 commits intojs-sdk-docsfrom
docs-js-sdk-core
Feb 19, 2026
Merged

docs: JS toolbox-core sdk doc migration#2408
rapid-killer-9 merged 15 commits intojs-sdk-docsfrom
docs-js-sdk-core

Conversation

@rapid-killer-9
Copy link
Copy Markdown
Contributor

@rapid-killer-9 rapid-killer-9 commented Feb 3, 2026

This PR migrates the @toolbox-sdk/core JavaScript SDK documentation to the main documentation site. It ensures all technical guides and references are centralized and up-to-date with the latest project standards.  

Key Changes
Documentation Migration: Ported comprehensive content from the JS SDK repository to the main docsite, covering installation, setup, and core features.  

  • Compatibility Updates: Updated the documentation to support the current Hugo version used by the site.  

  • Model Update: Updated all Gemini model references to Gemini 3 Preview to align with the latest SDK capabilities.  

  • Content Enhancement: Added detailed guides for:

  • Usage and Tool Interaction: Initializing the ToolboxClient and invoking tools.  

  • Authentication Mechanisms: Client-to-server and per-tool authentication (including Google Cloud integration).  

  • Parameter Binding: Protecting sensitive information through static or dynamic parameter binding.  

  • Framework Integration: Practical examples for Langchain, LlamaIndex, and Genkit.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @rapid-killer-9, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces comprehensive documentation for the JavaScript toolbox-core SDK. The new documentation aims to provide developers with a complete resource for integrating and utilizing the SDK, covering everything from initial setup and basic usage to advanced topics like authentication, parameter binding, and seamless integration with leading AI orchestration frameworks. The goal is to streamline the developer experience and ensure clarity in using the toolbox-core SDK.

Highlights

  • Comprehensive SDK Documentation: Introduced a new, extensive documentation page for the @toolbox-sdk/core JavaScript SDK, covering its purpose, supported environments, and installation process.
  • Usage and Tool Interaction: Detailed guides on initializing the ToolboxClient, loading tools individually or as toolsets, and invoking them with examples.
  • Authentication Mechanisms: Provided clear instructions for both client-to-server authentication (including Google Cloud integration) and per-tool authentication, explaining when and how to implement them.
  • Parameter Binding: Explained how to bind static or dynamic parameter values to tools, either when loading them or after, to protect sensitive information or enforce consistency.
  • Orchestration Framework Integration: Included practical examples for integrating the SDK with popular AI orchestration frameworks such as Langchain, LlamaIndex, and Genkit.
Changelog
  • docs/en/sdks/JS-sdk/core/index.md
    • Added new documentation for the @toolbox-sdk/core JavaScript SDK.
    • Included sections on installation, quickstart, usage, transport protocols, client-to-server authentication, tool authentication, parameter binding, and integration with Langchain, LlamaIndex, and Genkit.
Activity
  • The author, rapid-killer-9, created this pull request to migrate documentation for the JS SDK to the main docsite for toolbox-core.
  • A new documentation file docs/en/sdks/JS-sdk/core/index.md was added, containing detailed information about the SDK.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request migrates the documentation for the JavaScript @toolbox-sdk/core to the main docsite. The new documentation provides a comprehensive guide for developers. My review focuses on ensuring the code examples are correct, consistent, and easy to follow. I've identified several areas for improvement in the code snippets, including incorrect variable names (toolbox instead of client), invalid syntax, missing new keywords when creating client instances, and inconsistencies in how tools are invoked. Correcting these issues will significantly improve the developer experience and prevent potential confusion.

Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md
Comment thread docs/en/sdks/JS-sdk/core/index.md
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

Updated title and description for clarity and accuracy.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

@rapid-killer-9 rapid-killer-9 marked this pull request as ready for review February 3, 2026 10:10
@rapid-killer-9 rapid-killer-9 requested a review from a team February 3, 2026 10:10
rapid-killer-9 and others added 9 commits February 5, 2026 11:11
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

1 similar comment
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
@twishabansal
Copy link
Copy Markdown
Contributor

Same comment as #2395

Comment thread docs/en/sdks/JS-sdk/core/index.md
Comment thread docs/en/sdks/JS-sdk/core/index.md
@twishabansal twishabansal removed their assignment Feb 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@rapid-killer-9 rapid-killer-9 merged commit b45fb94 into js-sdk-docs Feb 19, 2026
15 checks passed
@rapid-killer-9 rapid-killer-9 deleted the docs-js-sdk-core branch February 19, 2026 07:12
@github-actions
Copy link
Copy Markdown
Contributor

🧨 Preview deployments removed.

rapid-killer-9 added a commit that referenced this pull request Feb 19, 2026
Docs Migration from JS SDK repo to genai-toolbox repo.

This branch is used as parent branch for python Sdk docs migration 

child branch: 
1. #2395
2. #2408

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants