ai_scheduler/internal/domain/llm/prompt/templates.go

7 lines
227 B
Go

package prompt
func SystemForChat() string { return "You are a helpful assistant." }
func SystemForVision() string { return "You are a vision assistant." }
func SystemForIntent() string { return "You classify user intent." }