This commit is contained in:
lxowalle 2026-04-23 10:12:02 +08:00
parent 4886f28a3c
commit 8ef30ab966
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ toolLoop:
AgentID: ts.agent.ID,
SessionKey: ts.sessionKey,
Scope: outboundScopeFromSessionScope(ts.opts.Dispatch.SessionScope),
Parts: parts,
Parts: parts,
}
if al.channelManager != nil && ts.channel != "" && !constants.IsInternalChannel(ts.channel) {
if err := al.channelManager.SendMedia(ctx, outboundMedia); err != nil {

View file

@ -118,7 +118,7 @@ func (m *mockStreamer) Cancel(context.Context) {}
type mockStreamingChannel struct {
mockMessageEditor
streamer Streamer
streamer Streamer
resolveChatIDFn func(chatID string, outboundCtx *bus.InboundContext) string
}