ResearchAnswerPart
Represents part of a research answer with source information.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| title | False | String | A title representing the generated text content. |
| text | True | String | The generated text of this answer part. |
| sourceChunkIds | True | List[String] | IDs of source chunks used for generating this text. These IDs refer to Chunk objects in ResearchResponse.chunks. |