Skip to content

🌊 feat: Add Disable Streaming Toggle #8177

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: dev
Choose a base branch
from

Conversation

dustinhealy
Copy link
Collaborator

@dustinhealy dustinhealy commented Jul 1, 2025

Summary

Adds the Disable Streaming toggle parameter to OpenAI, Azure, and custom endpoint parameter panels. This toggle allows users to disable streaming responses and receive complete responses at once.

Image

Screenshot 2025-07-01 at 3 54 50 PM

The new Disable Streaming toggle in the Parameters Panel

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Translation update

Testing

Manually verified UI element presence with OpenAI and custom endpoint parameter panels, and confirmed that streaming was properly disabled and re-enabled for responses on toggle.

Checklist

Please delete any irrelevant options.

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code
  • I have made pertinent documentation changes
  • My changes do not introduce new warnings
  • I have written tests demonstrating that my changes are effective or that my feature works
  • A pull request for updating the documentation has been submitted.

@dustinhealy dustinhealy changed the base branch from main to dev July 1, 2025 22:54
@dustinhealy dustinhealy marked this pull request as ready for review July 1, 2025 23:01
@dustinhealy dustinhealy force-pushed the feat/disable-streaming-param branch from 9d50f80 to 5d79a7d Compare July 2, 2025 00:25
@danny-avila danny-avila force-pushed the feat/disable-streaming-param branch from 5d79a7d to a4b2e18 Compare July 2, 2025 02:38
@danny-avila danny-avila marked this pull request as draft July 2, 2025 05:15
- Introduced a new setting to disable streaming responses in openAI, Azure, and custom endpoint parameter panels.
- Updated translation files to include labels and descriptions for the disable streaming feature.
- Modified relevant schemas and parameter settings to support the new disable streaming functionality.
@dustinhealy dustinhealy force-pushed the feat/disable-streaming-param branch from f7f2727 to 831bce5 Compare July 14, 2025 23:52
@dustinhealy dustinhealy marked this pull request as ready for review July 14, 2025 23:57
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.

1 participant