-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
fix: reference unselect & user form description & simple to advance #3229
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c121914yu
reviewed
Nov 25, 2024
newValue[index] = undefined; | ||
setCloneValue(newValue); | ||
onSelect(newValue); | ||
setCloneValue([undefined]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没太懂这里逻辑
c121914yu
approved these changes
Nov 25, 2024
c121914yu
pushed a commit
that referenced
this pull request
Nov 25, 2024
…3229) * fix: reference unselect & user form description & simple to advance * change abort position * perf
c121914yu
added a commit
that referenced
this pull request
Nov 26, 2024
* feat: rewrite chat context (#3176) * feat: add app auto execute (#3115) * feat: add app auto execute * auto exec configtion * chatting animation * change icon * fix * fix * fix link * feat: add chat context to all chatbox * perf: loading ui --------- Co-authored-by: heheer <heheer@sealos.io> * app auto exec (#3179) * add chat records loaded state (#3184) * perf: chat store reset storage (#3186) * perf: chat store reset storage * perf: auto exec code * chore: workflow ui (#3175) * chore: workflow ui * fix * change icon color config * change popover to mymenu * 4.8.14 test (#3189) * update doc * fix: token check * perf: icon button * update doc * feat: share page support configuration Whether to allow the original view (#3194) * update doc * perf: fix index (#3206) * perf: i18n * perf: Add service entry (#3226) * 4.8.14 test (#3228) * fix: ai log * fix: text splitter * fix: reference unselect & user form description & simple to advance (#3229) * fix: reference unselect & user form description & simple to advance * change abort position * perf * perf: code (#3232) * perf: code * update doc * fix: create btn permission (#3233) * update doc * fix: refresh chatbox listener * perf: check invalid reference * perf: check invalid reference * update doc * fix: ui props --------- Co-authored-by: heheer <heheer@sealos.io>
Jiangween
pushed a commit
to Jiangween/FastGPT
that referenced
this pull request
Dec 1, 2024
…abring#3229) * fix: reference unselect & user form description & simple to advance * change abort position * perf
shilin66
pushed a commit
to shilin66/FastGPT
that referenced
this pull request
Dec 11, 2024
* feat: rewrite chat context (labring#3176) * feat: add app auto execute (labring#3115) * feat: add app auto execute * auto exec configtion * chatting animation * change icon * fix * fix * fix link * feat: add chat context to all chatbox * perf: loading ui --------- Co-authored-by: heheer <heheer@sealos.io> * app auto exec (labring#3179) * add chat records loaded state (labring#3184) * perf: chat store reset storage (labring#3186) * perf: chat store reset storage * perf: auto exec code * chore: workflow ui (labring#3175) * chore: workflow ui * fix * change icon color config * change popover to mymenu * 4.8.14 test (labring#3189) * update doc * fix: token check * perf: icon button * update doc * feat: share page support configuration Whether to allow the original view (labring#3194) * update doc * perf: fix index (labring#3206) * perf: i18n * perf: Add service entry (labring#3226) * 4.8.14 test (labring#3228) * fix: ai log * fix: text splitter * fix: reference unselect & user form description & simple to advance (labring#3229) * fix: reference unselect & user form description & simple to advance * change abort position * perf * perf: code (labring#3232) * perf: code * update doc * fix: create btn permission (labring#3233) * update doc * fix: refresh chatbox listener * perf: check invalid reference * perf: check invalid reference * update doc * fix: ui props --------- Co-authored-by: heheer <heheer@sealos.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.