Tool node is Not Called Even if we have specific tool to an action #3379
SubrahmanyamNaidu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Code:
Output:
Here’s a SQL query to retrieve all data from a table named
Teachers
in the teacher database:If you have specific conditions or filters you want to apply to this query, please let me know, and I can help you modify it!
diff:
SELECT * FROM Teachers;
X wrong (No tool call happend)SELECT * FROM Teachers WHERE col_name="Teacher";
✔️ (with tool call this should be the output)### Take Over from this
The temperature should be zero, if it is even "0.01" LLM will make it's own assumptions
Updated Code :
#tool
#LLM
#Temperature
#Agent
#PostgresSaver
Beta Was this translation helpful? Give feedback.
All reactions