MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / defaultQQBot

Function defaultQQBot

agent/app/service/agents_channels.go:1565–1574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1563}
1564
1565func defaultQQBot() dto.AgentQQBotBot {
1566 return dto.AgentQQBotBot{
1567 AgentChannelBotBase: dto.AgentChannelBotBase{
1568 AccountID: "default",
1569 Name: "Default",
1570 Enabled: true,
1571 IsDefault: true,
1572 },
1573 }
1574}
1575
1576func defaultFeishuBot() dto.AgentFeishuBot {
1577 return dto.AgentFeishuBot{

Callers 1

getDefaultQQBotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected