(input any, execCtx ExecutionContext)
| 3 | import "path/filepath" |
| 4 | |
| 5 | func (t *ReadFileTool) BackfillObservableInput(input any, execCtx ExecutionContext) any { |
| 6 | return BackfillReadFileInput(deref[ReadFileInput](input), execCtx) |
| 7 | } |
| 8 | |
| 9 | func (t *WriteFileTool) BackfillObservableInput(input any, execCtx ExecutionContext) any { |
| 10 | return BackfillWriteFileInput(deref[WriteFileInput](input), execCtx) |
nothing calls this directly
no test coverage detected