7 lines
71 B
Go

package role
const (
System = "system"
Assistant = "assistant"
)