(input any, execCtx ExecutionContext)
| 7 | } |
| 8 | |
| 9 | func (t *WriteFileTool) BackfillObservableInput(input any, execCtx ExecutionContext) any { |
| 10 | return BackfillWriteFileInput(deref[WriteFileInput](input), execCtx) |
| 11 | } |
| 12 | |
| 13 | func (t *EditFileTool) BackfillObservableInput(input any, execCtx ExecutionContext) any { |
| 14 | in := deref[EditFileInput](input) |
nothing calls this directly
no test coverage detected