🔍Using a Knowledge Base in a Workflow
🔍 Connect a knowledge base to a workflow so the agent can search it and ground its answer in retrieved passages.
How
Add a Knowledge step before the agent and reference its results in the prompt with <knowledge.results>.
Tips
- Place the Knowledge step directly before the Agent step.
- Pass the passages as explicit context and instruct the agent to rely on them.

