Glossary
Fallback
A fallback is what the system does when the main path fails: a second model, a deterministic query, or a stop with a clear message. A silent failure is the worst case.
Also called مسیر جایگزین
If retrieval comes back empty, a fallback can be a direct query on invoices. If the model times out, the answer should stay empty, not half-written.
Write the fallback in advance. A model’s on-the-spot decision about “what else to try” is not a fallback.
Let’s make your processes agentic
Where do we start?