{ "service_name": "ARK", "version": "2.0.0", "persona_id": "12_ARK", "target_sheet": "ARK", "ai_config": { "model": "gemini-2.5-flash", "temperature": 0.1, "max_output_tokens": 1000 }, "image_analysis": { "enabled": true, "source": "liff_base64" }, "response_schema": { "type": "object", "properties": { "ARK_Rank": { "type": "string", "enum": ["安全", "注意", "危険"] }, "Logic_Reason": { "type": "string", "description": "判定の論理的根拠を簡潔に" }, "Action_Advice": { "type": "string", "description": "ユーザーが取るべき具体的な次の行動" }, "Reply_Message": { "type": "string", "description": "ユーザーのLINEに直接返信する用のテキスト(PREP法で冷徹かつ分かりやすく)" } }, "required": ["ARK_Rank", "Logic_Reason", "Action_Advice", "Reply_Message"] }, "sheet_columns": { "A": "UserID", "B": "Timestamp", "C": "Input_Type", "D": "Source_Data", "E": "ARK_Rank", "F": "Logic_Reason", "G": "Action_Advice", "H": "Status" } }