Update sdk/api/channel.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
skyrover
2025-04-22 18:11:00 +08:00
committed by GitHub
parent e5f5c9a4c7
commit 5c952ae86d

View File

@@ -27,7 +27,7 @@ type Channel struct {
Priority int `json:"priority"`
Config string `json:"config"`
SystemPrompt string `json:"system_prompt"`
ChannelConfig ChannelConfig `json:"channel_confi"`
ChannelConfig ChannelConfig `json:"channel_config"`
}
type ChannelConfig struct {