generate_handover_summary_with_fabric_ai
Public callable
Execute Fabric AI Functions to append handover summary suggestions.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
summary_df
|
Any
|
Fabric PySpark DataFrame with an |
required |
business_context
|
str
|
Static context embedded in prompt text. |
''
|
output_col
|
Fabric AI execution options. |
'ai_handover_summary'
|
|
error_col
|
Fabric AI execution options. |
'ai_handover_summary'
|
|
response_format
|
Fabric AI execution options. |
'ai_handover_summary'
|
|
concurrency
|
Fabric AI execution options. |
'ai_handover_summary'
|
Returns:
| Type | Description |
|---|---|
Any
|
Enriched DataFrame containing AI suggestion output columns. |
Source code in src/fabricops_kit/ai.py
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | |