Commit 77f99f4
feat: add enrichment result in case review DTO (#1100)
* feat(cases): enhance case review schema with KYC analysis and pivot enrichments
- Added `pivot_enrichments` property to `CaseReviewContentDto` to include KYC analysis results.
- Introduced `KycAnalysisDto` and `GroundingCitationDto` types to support the new data structure.
- Updated OpenAPI specification to reflect these changes.
* refacto(ai_agent): Send null if no pivot enrichments
* Update packages/marble-api/openapis/marblecore-api/cases.yml
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>1 parent cf24b98 commit 77f99f4
File tree
2 files changed
+31
-18
lines changed- packages/marble-api
- openapis/marblecore-api
- src/generated
2 files changed
+31
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1532 | 1532 | | |
1533 | 1533 | | |
1534 | 1534 | | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
1535 | 1544 | | |
1536 | 1545 | | |
1537 | 1546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
395 | 413 | | |
396 | 414 | | |
397 | 415 | | |
| |||
404 | 422 | | |
405 | 423 | | |
406 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
407 | 429 | | |
408 | 430 | | |
409 | 431 | | |
410 | 432 | | |
411 | 433 | | |
412 | 434 | | |
413 | 435 | | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | 436 | | |
433 | 437 | | |
434 | 438 | | |
| |||
0 commit comments