Revert "story-kit: merge 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat"

This reverts commit ef162d91ff.
This commit is contained in:
Dave
2026-02-24 12:16:45 +00:00
parent 7546a8f138
commit 2e2f70df72
4 changed files with 5 additions and 202 deletions

View File

@@ -247,7 +247,6 @@ pub async fn ws_handler(ws: WebSocket, ctx: Data<&Arc<AppContext>>) -> impl poem
tool_name: tool_name.to_string(),
});
},
Some(perm_tx),
);
tokio::pin!(chat_fut);