render_dashboard
Create a dashboard for a research report using title, summary, key points, and references, and output the URL.
Instructions
Use Prefab to display the report dashboard in the background and return the URL.
Args:
title: The research title.
summary: The summary of the research.
key_points: List of key points.
references: List of references URLs.
file_name: The saved file name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| summary | Yes | ||
| file_name | Yes | ||
| key_points | Yes | ||
| references | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |