fix ci
This commit is contained in:
parent
4886f28a3c
commit
8ef30ab966
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue