test(agent): format subturn feedback cleanup test
This commit is contained in:
parent
fee085985f
commit
c2c1baf365
1 changed files with 6 additions and 2 deletions
|
|
@ -41,17 +41,21 @@ func (m *recordingChannelManager) InvokeTypingStop(channel, chatID string)
|
|||
func (m *recordingChannelManager) SendMessage(ctx context.Context, msg bus.OutboundMessage) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *recordingChannelManager) SendMedia(ctx context.Context, msg bus.OutboundMediaMessage) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *recordingChannelManager) SendPlaceholder(ctx context.Context, channel, chatID string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (m *recordingChannelManager) DismissToolFeedback(
|
||||
ctx context.Context, channel, chatID string, outboundCtx *bus.InboundContext,
|
||||
) {
|
||||
m.dismissedChatIDs = append(m.dismissedChatIDs, fmt.Sprintf("%s:%s", channel, chatID))
|
||||
}
|
||||
|
||||
func (m *recordingChannelManager) DismissToolFeedbackForSession(
|
||||
ctx context.Context,
|
||||
channel, chatID string,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue