Skip to content

Instantly share code, notes, and snippets.

View develper-orne's full-sized avatar

develper-orne

View GitHub Profile
@develper-orne
develper-orne / gist:4ac2fa30bb0450b5b1b0298cc94bc1c9
Last active September 11, 2025 07:53
SmartSuite / プロダクト開発 / コミュニケーション - Chat要約
{
"type": "object",
"properties": {
"summary": {
"type": "string",
"description": "チャットの要約(500文字以内)"
},
"title": {
"type": "string",
"description": "要約のタイトル(30文字以内)"
{
"$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"]