distant: remove extra file

This commit is contained in:
2025-08-27 10:51:54 -04:00
parent 85bac6b12b
commit 0684576e40
2 changed files with 1 additions and 7 deletions

View File

@@ -4,4 +4,4 @@ type Interface interface {
Think(prefix []string) (string, error)
}
func Think(s Interface, prompt string) (string, error) { panic("TODO") }
func Think(br Interface, prompt string) (string, error) { panic("TODO") }