build_manual_handover_prompt_package
Public callable
Build copy/paste prompt package for manual handover summary generation.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sample_rows
|
Any
|
Optional small sample context serialized compactly for prompt ferry usage. |
None
|
business_context
|
str
|
Static context embedded in prompt text. |
''
|
Returns:
| Type | Description |
|---|---|
dict
|
Manual package containing reusable prompt text, schema expectations, and notes. Output is advisory and requires human review. |
Source code in src/fabricops_kit/ai.py
360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 | |