Streaming Response
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
- 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.
- Fixed Access-Control-Allow-Methods setting.