Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Tool Input Display #1282

Merged
merged 6 commits into from
Feb 10, 2025
Merged

Improve Tool Input Display #1282

merged 6 commits into from
Feb 10, 2025

Conversation

dragonstyle
Copy link
Collaborator

@dragonstyle dragonstyle commented Feb 10, 2025

Display tool args (inputs)
This doesn't change code display (like python or bash). Previously, we would only show inputs for a small set of tools we knew (and for these we would show a single input only). This change will show the tool call as it was made with args. This was done to better support computer use, but I think it's a good improvement across the board since hiding tool input params seems harmful rather than helpful.

Other Fixes

  • Fix tool input text highlighting which wasn't working since our migration to react.

  • Also a variety of react link (a nested hook that I ran across as well as fixes to warnings when running the developer version).

This PR contains:

  • New features
  • Changes to dev-tools e.g. CI config / github tooling
  • Docs
  • Bug fixes
  • Code refactor

@jjallaire jjallaire merged commit c7116cc into main Feb 10, 2025
9 checks passed
@jjallaire jjallaire deleted the feature/tools.input branch February 10, 2025 22:06
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.

2 participants