You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you can return any readable stream in the Cloud Functions, enabling clients to receive a streaming response for more efficient, real-time data transfers. This is particularly useful for AI-based applications requiring immediate, large-scale data or answers.
Implementing this feature is simple: return a ReadableStream object in your Cloud Function, and the system will handle the rest. For more information, please refer to the Documentation.
Fixes and Improvements
Fixed the Share to GitHub images and other formats to be previewed correctly.
Updated "GitHub share" to "share development content" and added support for .gitignore files.
Fixed the automatic indentation in the editor.
Updated the default Node.js version to v18 (LTS) when creating applications.
Added a demo for AirCode + LangChain.
Fixed the code suggestion error.
Fixed rebase commit hash not prioritizing default branch when creating branches in GitHub Share.
Added AI search box to the document search box in the Doc site.
Fixed the bug saving the username before clicking "Save" leads to a Name exists alert despite the successful saving process.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Streaming Response
Now you can return any readable stream in the Cloud Functions, enabling clients to receive a streaming response for more efficient, real-time data transfers. This is particularly useful for AI-based applications requiring immediate, large-scale data or answers.
Implementing this feature is simple: return a
ReadableStream
object in your Cloud Function, and the system will handle the rest. For more information, please refer to the Documentation.Fixes and Improvements
.gitignore
files.This discussion was created from the release Streaming Response.
Beta Was this translation helpful? Give feedback.
All reactions