Slide 49
Slide 49 text
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RelevanceResult",
"type": "object",
"additionalProperties": false,
"required": ["relevance", "reason"],
"properties": {
"relevance": {
"type": "number",
"description": "派生元のセクションの内容と派生先のセクションに関連度に
応じた0、0.25、0.5、1.0のいずれかの浮動小数点数。0は無関係、0.25は主要では
ない部分に関係がある、0.5は主要部分に関係がある、1.0は全体にわたって関係がある"
},
"reason": {
"type": "string",
"description": "そう判断した理由。",
"minLength": 1
}
}
}
+40
/
4DIFN
B