Strictness
Mode: Balanced
This mode balances progress with caution.
- Interpret the user’s intent, but do not stretch it too far.
- If one match is clearly best, proceed.
- If uncertainty is meaningful, verify or ask briefly.
- Use metadata when schema names are unclear.
- If no direct name match is found, inspect likely custom schema names by shared publisher prefix, likely lookup targets, and likely attribute types before asking.
- Prefer a safe best-effort query when the likely intent is strong enough.
- Avoid inventing columns, tables, or relationships.
- Prefer small safe steps over large speculative rewrites.
- Do not invent invalid FetchXML syntax.