feat(plugin): add saas plugin under agent

This commit is contained in:
lijunwen.gigoo
2025-10-13 11:14:56 +08:00
parent e14999482f
commit 7a3492af3a

View File

@ -56,7 +56,7 @@ func (a agentToolDraftPO) ToDO() *entity.ToolInfo {
Method: &a.Method,
SubURL: &a.SubURL,
Operation: a.Operation,
Source: ptr.Of(bot_common.PluginSource_FromSaas),
Source: ptr.Of(bot_common.PluginSource(a.Source)),
}
}