[PR #1934] [MERGED] Fix auto generator bugs #5025

Closed
opened 2026-03-23 22:16:53 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1934
Author: @LucasXu0
Created: 3/7/2023
Status: Merged
Merged: 3/8/2023
Merged by: @appflowy

Base: mainHead: fix/auto_generator_bugs


📝 Commits (1)

📊 Changes

5 files changed (+139 additions, -32 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/openai_client.dart (+81 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/text_completion.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/util/editor_extension.dart (+16 -4)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart (+32 -24)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/keyboard_service.dart (+9 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1934 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/7/2023 **Status:** ✅ Merged **Merged:** 3/8/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/auto_generator_bugs` --- ### 📝 Commits (1) - [`4f8f20b`](https://github.com/AppFlowy-IO/AppFlowy/commit/4f8f20b4e90e86d32f63776265b4422724b8bf66) fix: auto generator bugs ### 📊 Changes **5 files changed** (+139 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/openai_client.dart` (+81 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/text_completion.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/util/editor_extension.dart` (+16 -4) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart` (+32 -24) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/keyboard_service.dart` (+9 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:53 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5025
No description provided.