Mohammad Mohtashim
Mohammad Mohtashim
@dpguthrie I would like to work on this feature request. Because seeing the code, this feature has still not being implemented. Correct me if I am wrong.
@jaidisido I would like to work on this.
#2330 will be implementing the requested feature.
okay I am checking it.
You can use return_direct in your tool which will resolve the endless loop: ```python @tool(return_direct=True) def youtube_summary(url: str) -> str: """Summarizes a Youtube.""" youtube_summary_llm = ChatOpenAI( temperature=1.0, model_name="gpt-4-turbo", ) """Summarizes...
oh okay but your code above is only showing only single agent. Can you perhaps share an updated code snippet with multiple agents that you are using and which is...
@ccurme please review
Any updates on this.
I will be working on making this feature a possibility.
@Ed1123 agreed, I have created a PR. This issue should be reopened.