A screen template for document reasoning tasks and Q&A interactions
screens/legacy-document-reasoning-screen.tsx
.
Name | Type | Description |
---|---|---|
resultId | string | The async result ID returned from a document reasoning API call |
Name | Type | Description |
---|---|---|
tasks | array | Array of task objects that were processed |
initial_answers | array | Array of initial answers generated by the AI for each task |
initial_answers[].answer | object | Rich text content of the initial AI-generated answer |
final_answers | array | Array of final answers after user review and editing |
final_answers[].answer | object | Rich text content of the final user-reviewed answer |