Hi, I'm building an agent using FunctionCallingAgent to use the customized tools. The tools are all set to return_direct=True. Memory default as None
I ran the same user query 10 times. If the agent uses the tool correctly, it should retrieve information directly from my database. However, I discovered that out of the 10 user queries, some responses were directly from the tool, while others returned results without utilizing the tool and contained information from the previous tool-generated result.