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") }
|
||||
|
@@ -1,6 +0,0 @@
|
||||
package brain
|
||||
|
||||
type (
|
||||
Message struct{}
|
||||
Tuple struct{}
|
||||
)
|
Reference in New Issue
Block a user