GenerativeAI
GenerativeAI copied to clipboard
GenAI & LLM usecases and applications
Results
2
GenerativeAI issues
Sort by
recently updated
recently updated
newest added
I ran the notebook successfully, but when I enter the question “how much is the revenue?” in the rag_app.py UI, it answers that my question does not contain details. I...
1. I got an error with the code line `if "tool_calls" in agent_res["message"].keys():` 1. Error: `'Message' object has no attribute 'keys'` 2. Diagnosis: I checked the type. It shows: `type(agent_res["message"])`...