P7201
P7201
Yes, I have made a few changes to the tools, and tasks assigned to the various agents. I can share the tools and tasks files and the full output of...
The problem seems to be the agent is getting data passed into its tool with json formatting for example: Action Input: ```json { "query": "What are some common variables used...
The first agent loops through a directory of documents and summarizes them. The second agent takes a user query and compares it to the document summaries to determine which documents...
I am having the exact same problem as Neethan54 can anyone please let us know how we pass in the key from AzureOpenAI for the TXTSearchtool?
I finally got this working, I had to be very specific in the task description and expected output: return Task( description=f""" Wait until the document_summary_agent has completed their task. Then,...