distant: remove extra file
This commit is contained in:
@@ -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") }
|
||||
|
Reference in New Issue
Block a user