mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 02:33:42 +08:00
feat: auto translate image creating prompt
This commit is contained in:
11
api/store/model/function.go
Normal file
11
api/store/model/function.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
type Function struct {
|
||||
Id uint `gorm:"primarykey;column:id"`
|
||||
Name string
|
||||
Description string
|
||||
Parameters string
|
||||
Required string
|
||||
Action string
|
||||
Enabled bool
|
||||
}
|
||||
Reference in New Issue
Block a user