-
-
Notifications
You must be signed in to change notification settings - Fork 24k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi,
I've a simple flow with an LLM node that fetches the user's query, determines the employee id and name from their request and stores them in a flow state variable.
An agent node after this, executes 3 HTTP Get calls as custom tools - each of which utilizes the employee id from the flow state (set by the LLM).
Only the first tool (HTTP Get) call is able to fetch the details successfully. Other tools, are not able to return the data.
I've confirmed this behavior by:
- Changing the order of the tools. If I simply change the order, the first tool always fetches the data correctly.
- If I hard code the value of the variable in the Get request (tool), then the data is fetched correctly, which means there is nothing wrong with the HTTP get tool configuration itself.
- The flow state seems to be available and the vEmpID value is always available. Although, the second tool isn't able to use that value.
Another question that I have is, where can we see the calls made by the 'Tools' itself ? That would be helpful to troubleshoot as currently we don't have any way to debug that execution.
Thanks & regards,
Maggi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working