docs/tutorials/agents/ #28328
Replies: 18 comments 19 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.
-
I run .astream_events in python3.10 and it works. |
Beta Was this translation helpful? Give feedback.
-
Running the very first piece of code generates error:
This probably authentication with sonnet? |
Beta Was this translation helpful? Give feedback.
-
🍺🍺Thanks a lot, bro! It’s the best LangChain tutorial I have ever learned!!! |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for this Article. I have a doubt here. So when we ask LLM What's the weather in SF?, here LLM is making that reasoning to call the search tool? and how does the LLM figure out the input structure for the tool? Was that sent in Prompt internally? |
Beta Was this translation helpful? Give feedback.
-
ModuleNotFoundError: No module named 'langgraph.prebuilt' in langgraph 0.3.0 |
Beta Was this translation helpful? Give feedback.
-
This is not the thing , first you don't know how to read the code and you are Debugging me , the simple threads. |
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.
-
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.
-
<Thanks a lot for this Article. I have a doubt here. So when we ask LLM What's the weather in SF?, here LLM is making that reasoning to call the search tool? and how does the LLM figure out the input structure for the tool? Was that sent in Prompt internally? \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.
-
thank you for this document!. |
Beta Was this translation helpful? Give feedback.
-
Any idea why AI model is returning Null? Please if someone can help me with this. Thank you |
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