-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Rovo CS - Knowledge
-
None
-
Minor
Issue Summary
On rare occasions, the AI Agent's answers do not completely align with the knowledge connected to the agent. This manifests in two primary ways:
- The agent adds specific details to its answer that are not included in the provided knowledge sources.
- The agent makes assumptions that are not fully covered or supported by the connected knowledge.
Steps to Reproduce
Note: As this is noted as a "rare occasion," specific reproduction steps may vary, but generally involve:
-
- Configure an AI Agent with a specific set of knowledge documents.
-
- Query the agent on a topic covered by those documents.
-
- Observe the response for details or assumptions that exist outside the scope of the provided text.
Expected Results
The AI Agent should strictly adhere to the provided knowledge base and avoid adding external details or making unsupported assumptions.
Actual Results
The AI Agent occasionally "hallucinates" details or extends its logic beyond the provided context.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available