ResearchAnswer
Represents a complete research answer.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| status | True | String | The status code indicating the type of answer (e.g., answer, confirmation, error:insufficient-info, error:query-required, error:llm-error). |
| parts | True | List[ResearchAnswerPart] | The parts that make up the research answer. |