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

[BUG] Node Search function: Does not retrieve React Agent #2164

Closed
mike4lyf opened this issue Apr 12, 2024 · 2 comments
Closed

[BUG] Node Search function: Does not retrieve React Agent #2164

mike4lyf opened this issue Apr 12, 2024 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@mike4lyf
Copy link

Describe the bug
When searching for nodes via Flowise UI (top left button), search function does not work as expected. Cannot find ReAct Agent

To Reproduce

  1. On Chatflow development screen
  2. Add node button
  3. Search nodes for: rea
  4. Does not return any ReAct agent nodes

Expected behavior
List of search results includes 'ReAct Agent for xxx'

Screenshots

rea
search

Setup

  • Installation: npx flowise start
  • Flowise Version: 1.6.4
  • OS: Windows
  • Browser: Firefox

Additional context
NIL

@HenryHengZJ HenryHengZJ added bug Something isn't working enhancement New feature or request labels Apr 14, 2024
@HenryHengZJ
Copy link
Contributor

good catch! we still have the name as mrklAgent - https://github.com/FlowiseAI/Flowise/blob/main/packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts#L30

We'll need to update those as well

@HenryHengZJ
Copy link
Contributor

Solved with this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants