mirror of
https://github.com/coaidev/coai.git
synced 2025-05-30 02:10:25 +09:00
9 lines
114 B
Go
9 lines
114 B
Go
package globals
|
|
|
|
const (
|
|
System = "system"
|
|
User = "user"
|
|
Assistant = "assistant"
|
|
Tool = "tool"
|
|
)
|