RecommendArticle
Represents a found/recommended article with its similarity score.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| id | True | String | Unique identifier of the recommended article. |
| score | True | Float | Similarity score (0.0–1.0; higher = more similar). |
| paraSpecs | False | List[ParaSpec] | Paragraphs comprising the recommended article. |
| language | False | String | ISO 639-1 two-letter language code. |
| metadata | False | Map | Additional metadata. |