ai module
Module overview
Public callables from __all__
| Callable | Type | Summary | Related helpers |
|---|---|---|---|
build_dq_rule_candidate_prompt |
function | Build the DQ-candidate prompt used in AI-assisted quality drafting. | _resolve_prompt_template (internal) |
build_governance_candidate_prompt |
function | Build the governance-candidate prompt for AI-assisted classification drafts. | _resolve_prompt_template (internal) |
build_handover_summary_prompt |
function | Build the handover-summary prompt for AI-assisted run handoff drafting. | _resolve_prompt_template (internal) |
build_manual_dq_rule_prompt_package |
function | Build copy/paste prompt package for manual DQ candidate generation. | _compact_sample_rows (internal) |
build_manual_governance_prompt_package |
function | Build copy/paste prompt package for manual governance suggestion generation. | _compact_sample_rows (internal) |
build_manual_handover_prompt_package |
function | Build copy/paste prompt package for manual handover summary generation. | _compact_sample_rows (internal) |
configure_fabric_ai_functions |
function | Apply optional default Fabric AI Function configuration. | — |
generate_dq_rule_candidates_with_fabric_ai |
function | Append AI-suggested DQ rule candidates to a profiling DataFrame. | _require_fabric_ai_dataframe (internal) |
generate_governance_candidates_with_fabric_ai |
function | Execute Fabric AI Functions to append governance suggestions to a DataFrame. | _require_fabric_ai_dataframe (internal) |
generate_handover_summary_with_fabric_ai |
function | Execute Fabric AI Functions to append handover summary suggestions. | _require_fabric_ai_dataframe (internal) |
parse_manual_ai_json_response |
function | Parse manual AI JSON output into Python objects. | — |