Currently, the agent only supports a single conditional tool (retrieve).
Add complexity, in the agentic logic:
- Extend the agent to support multiple conditional tools.
- Enable decision making between tools based on context.
- Support multistep and branching agent flows beyond simple retrieval.
Currently, the agent only supports a single conditional tool (
retrieve).Add complexity, in the agentic logic: