analyze_file_diff
File Diff — Show a line-by-line diff between two text files (file_a + file_b) or two pasted texts (text_a + text_b). Provide one complete pair. [category: analyze]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_a | No | First file — TXT, CSV, JSON, XML. Send file_a AND file_b together (file mode). | |
| file_b | No | Second file. | |
| text_a | No | First text — alternative to the file pair. Send text_a AND text_b together (text mode). | |
| text_b | No | Second text. |