docs/tutorials/agents/ #28328
Replies: 7 comments 4 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.
-
does anyone encounter this error while running til the define the tool step. I just copied all and paste it ( i have set up my api key in langchain and tavily) and run the program in jupyter. It tells that: "Failed to multipart ingest runs: langsmith.utils.LangSmithError: Failed to POST https://eu.api.smith.langchain.com/runs/multipart in LangSmith API. HTTPError('403 Client Error: Forbidden for url: https://eu.api.smith.langchain.com/runs/multipart', '{"detail":"Forbidden"}')" just go all over the internet to find the solution but all of them cant fix my problem. |
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