check_fabric_ai_functions_available
Public callable
Check whether Fabric AI Functions are available in the current runtime.
Returns:
| Type | Description |
|---|---|
dict[str, Any]
|
Diagnostic payload containing an |
Notes
This is a config-facing wrapper around the AI module so readiness checks are callable from config.
Source code in src/fabricops_kit/config.py
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 | |