opentiny / opentiny/tiny-engine
Robot插件#1804遗留问题
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 2.8k
- Forks
- 476
- Avg merge
- 17h 35m
- Merged PRs (30d)
- 1
Description
-
chatmode应该是针对conversation的,不应该conversation里的每个消息都塞一个chatmode
https://github.com/opentiny/tiny-engine/pull/1804#discussion_r3330204124 -
RobotChat应该是一个不带业务属性的通用组件,业务逻辑写到 composable 里面
https://github.com/opentiny/tiny-engine/pull/1804#discussion_r3330204258 -
图片上传功能好像有点问题,要看下
Originally posted by @hexqi in https://github.com/opentiny/tiny-engine/pull/1804#discussion_r3330204390
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked pull request 1804 discussions and inspect the RobotChat component, its composable logic, image upload path, and function-call handling. Done means the four listed concerns are resolved: conversation-level chatmode, business logic separated from the generic component, working image uploads, and corrected function-call output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100