package globals const ( System = "system" User = "user" Assistant = "assistant" Tool = "tool" ) const ( OpenAIChannelType = iota ClaudeChannelType SlackChannelType SparkdeskChannelType ChatGLMChannelType DashscopeChannelType HunyuanChannelType ZhinaoChannelType BaichuanChannelType SkylarkChannelType BingChannelType PalmChannelType MidjourneyChannelType OneAPIChannelType )