Skip to content

remove pause action from chat view #260533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

remove pause action from chat view #260533

wants to merge 1 commit into from

Conversation

isidorn
Copy link
Collaborator

@isidorn isidorn commented Aug 8, 2025

fixes #252271

@isidorn isidorn enabled auto-merge August 8, 2025 09:56
@isidorn isidorn self-assigned this Aug 8, 2025
@isidorn isidorn added this to the August 2025 milestone Aug 8, 2025
@isidorn isidorn requested a review from connor4312 August 8, 2025 09:57
@isidorn
Copy link
Collaborator Author

isidorn commented Aug 8, 2025

Tried it out of OSS, and seems to work

Screenshot 2025-08-08 at 11 58 07

@connor4312
Copy link
Member

We can also get rid of the ChatContextKeys.isRequestPaused context key and the downstream methods used here

			this.lastRequest.response.setPaused(pausedValue);
			this.chatAgentService.setRequestPaused(this.lastRequest.response.agent.id, this.lastRequest.id, pausedValue);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pause interaction is weird
2 participants