feat: add extraction schema, sidebar nav, few-shot prompting, and prompt settings
Overhaul extraction pipeline with new TradeItem model, conversation flow, and dedicated extraction endpoint. Add sidebar navigation with NavMenu component and landing page. Introduce few-shot prompting service and tests. Add prompt settings and email upload specs. Update OpenSpec tooling with improved export-spec and extract-feature commands. Archive completed changes and export full specs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
36
examples/extraction/few-shot/01/output.json
Normal file
36
examples/extraction/few-shot/01/output.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"valuedate": "27/11/2025",
|
||||
"counterparty": "Assured Guaranty UK Limited (formerly Assured Guaranty (Europe) Ltd)",
|
||||
"trade_id": 79353083,
|
||||
"display_ccy": "GBP",
|
||||
"pv": 4562456,
|
||||
"breakclause": "N"
|
||||
},
|
||||
{
|
||||
"valuedate": "27/11/2025",
|
||||
"counterparty": "Assured Guaranty UK Limited (formerly Assured Guaranty (Europe) Ltd)",
|
||||
"trade_id": 79353084,
|
||||
"display_ccy": "GBP",
|
||||
"pv": 76985170,
|
||||
"breakclause": "N"
|
||||
},
|
||||
{
|
||||
"valuedate": "27/11/2025",
|
||||
"counterparty": "Assured Guaranty UK Limited (formerly Assured Guaranty (Europe) Ltd)",
|
||||
"trade_id": 79353093,
|
||||
"display_ccy": "GBP",
|
||||
"pv": 1663261,
|
||||
"breakclause": "N"
|
||||
},
|
||||
{
|
||||
"valuedate": "27/11/2025",
|
||||
"counterparty": "Assured Guaranty UK Limited (formerly Assured Guaranty (Europe) Ltd)",
|
||||
"trade_id": 79353094,
|
||||
"display_ccy": "GBP",
|
||||
"pv": 41333773,
|
||||
"breakclause": "N"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user