plan_table
Design table schemas from questions, list templates, or create tables from template options.
Instructions
📋 表格規劃工具:Schema 設計、模板查詢、模板建表。
Operations:
schema: 根據問題自動規劃表格結構
templates: 列出內建表格模板
from_template: 從模板快速建立表格
Args: operation: 操作類型 question: [schema] 使用者問題 doc_ids: [schema] 相關文件 ID hints: [schema] 結構提示 template_name: [from_template] 模板名稱 title_override: [from_template] 自訂標題
Examples: plan_table("schema", question="比較三種藥物副作用") plan_table("templates") plan_table("from_template", template_name="drug_comparison")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| question | No | ||
| doc_ids | No | ||
| hints | No | ||
| template_name | No | ||
| title_override | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |