compare_sections
Compare a specific section between two Japanese IR filings to see text changes, length difference, and keyword additions/removals.
Instructions
2つの書類の同一セクションを比較します(例: 前期 vs 当期のリスク記述)。
Args:
doc_id_1: 比較元の書類ID
doc_id_2: 比較先の書類ID
section: セクションキー(デフォルト: risk_factors)
Returns:
両方のテキスト、文字数差分、新出キーワード、消失キーワード
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | risk_factors | |
| doc_id_1 | Yes | ||
| doc_id_2 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||