docs/tutorials/agents/ #28328
Replies: 6 comments 3 replies
-
assuming there are multiple agents tools being bound into the model, how does "a qualitative input NLP question" trigger appropriate tool? there could be multiple tools bound which are capable of providing the answer? |
Beta Was this translation helpful? Give feedback.
-
Also, how can I rely on the third-party tool implementations, to give my users proper responses. Tools appear to be wrappers over remote REST API, with a technical interface like runnable so that the agent can auto-invoke these tools its a meek attempt to standardize AI agents with public REST APIs |
Beta Was this translation helpful? Give feedback.
-
yes i am there , and my name shanawaz. |
Beta Was this translation helpful? Give feedback.
-
can you show how to use |
Beta Was this translation helpful? Give feedback.
-
I am not getting response. It seems llm is not using that tool. |
Beta Was this translation helpful? Give feedback.
-
hi, Can this method execute multiple tools consecutively, and can the execution results of the tools be passed on to the next tool |
Beta Was this translation helpful? Give feedback.
-
docs/tutorials/agents/
This guide assumes familiarity with the following concepts:
https://python.langchain.com/docs/tutorials/agents/
Beta Was this translation helpful? Give feedback.
All reactions