This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "object", | |
"properties": { | |
"summary": { | |
"type": "string", | |
"description": "チャットの要約(500文字以内)" | |
}, | |
"title": { | |
"type": "string", | |
"description": "要約のタイトル(30文字以内)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"title": "ReceiptExtractionResult", | |
"type": "object", | |
"properties": { | |
"issue_date": { | |
"type": "string", | |
"format": "date", | |
"description": "Date format: YYYY-MM-DD", | |
"examples": ["2025-07-01"] |