initial commit
This commit is contained in:
7
distant/brain/brain.go
Normal file
7
distant/brain/brain.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package brain
|
||||
|
||||
type Interface interface {
|
||||
Think(prefix []string) (string, error)
|
||||
}
|
||||
|
||||
func Think(s Interface, prompt string) (string, error) { panic("TODO") }
|
Reference in New Issue
Block a user