-
Couldn't load subscription status.
- Fork 6.7k
fix: respect json structure while truncating tool call strings #5763
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
base: v4.13.2-dev
Are you sure you want to change the base?
Conversation
TestGru AssignmentSummary
Tip You can |
|
|
Preview sandbox Image: |
Preview mcp_server Image: |
* add manual create http toolset * optimize code * optimize * fix * fix
* feat: integrate ts-rest * chore: classify core contract and pro contract * chore: update lockfile * chore: tweak dir structure * chore: tweak dir structure
* doc * update tsrest code
* fix http toolset * fix
* doc * fix: toolresponse result * fix: mongo watch * remove log
* feat: migrate to minio * feat: migrate apps' and dataset's avatar to minio * feat: migrate more avatars to minio * fix: lock file * feat: migrate copyright settings' logo to minio * feat: integrate minio * chore: improve code * chore: rename variables * refactor: s3 class * fix: s3 and mongo operations * chore: add session for avatar source * fix: init s3 buckets * fix: bugbot issues * expired time code * perf: avatar code * union type * export favouriteContract * empty bucket check --------- Co-authored-by: archer <[email protected]>
* fix: toolresponse result * remove log * stream remove * fix: text split code
* fix: toolresponse result * remove log * fix: value check * fix: workflow
bbf1b44 to
f0905f5
Compare
* perf: reactflow context * perf: workflow context split * perf: nodeList computed map * perf: nodes dependen * perf: workflow performance * workflow performance * removel og * lock * version * loop drag * reactflow size * reactflow size
* doc * fix: s3init * perf: dynamic import * remove moongose dep * worker build * worker code * perf: worker build * fix: error throw * doc * doc * fix: build * fix: dockerfile * nextjs config * fix: worker
* fix: build * vector cache code
* fix: app info modal avatar upload method replace * chore: replace all useSelectFile with useUploadAvatar
* doc * update tsrest code
f79cbd5 to
b13d787
Compare
This reverts commit 4af4f65.
|
这是啥需求 |
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.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
在event: toolCallResponse的返回结果中,data: 后面的内容本来应该是一个合法的json,但是由于这个截断的处理逻辑太武断了,破坏了json结构。本PR的目的在于不破坏json结构的情况下裁剪数据至目标大小。 |
Docs Preview:🚀 FastGPT Document Preview Ready! |
Preview fastgpt Image: |
460826e to
07f0e38
Compare
意义是什么? |
97d61a7 to
cc094f9
Compare
No description provided.