(self)
| 18 | |
| 19 | @property |
| 20 | def description(self) -> str: |
| 21 | return "Write content to a file. Creates parent directories if they don't exist. Overwrites if the file already exists." |
| 22 | |
| 23 | @property |
| 24 | def input_schema(self) -> dict[str, Any]: |
nothing calls this directly
no outgoing calls
no test coverage detected