mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-08 15:17:28 +08:00
Slim subagent runtime surface and remove legacy interfaces
This commit is contained in:
@@ -854,10 +854,6 @@ func (c *TelegramChannel) handleStreamAction(ctx context.Context, chatID int64,
|
||||
return nil
|
||||
}
|
||||
|
||||
func renderTelegramStreamChunks(content string) []telegramRenderedChunk {
|
||||
return renderTelegramStreamChunksWithFinalize(content, false)
|
||||
}
|
||||
|
||||
func renderTelegramStreamChunksWithFinalize(content string, finalizeRich bool) []telegramRenderedChunk {
|
||||
raw := strings.TrimSpace(content)
|
||||
if raw == "" {
|
||||
|
||||
Reference in New Issue
Block a user