Skip to content

Conversation

ranst91
Copy link
Contributor

@ranst91 ranst91 commented Sep 19, 2025

A common technique to avoid running frontend tools in a ReAct agent, is by doing something like this:

if (!tools || tools.every((tool) => tool.name !== toolCallName)) {

However, the tool name seems to be missing. This PR is about adding it

@ranst91 ranst91 merged commit e803b38 into main Sep 19, 2025
17 checks passed
@ranst91 ranst91 deleted the fix/tool-name-in-object branch September 19, 2025 15:49
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