新增 rtk bash 作为 bash 的替代方案 #69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
文档来源参考: https://github.com/rtk-ai/rtk
简单来说就是减少 bash 输出的内容。
background task 仍旧不走 rtk。
bash 和 rtk bash 两种方式事取代关系。
当使用 rtk 的时候,要在工具提示里面说明告诉模型默认走 rtk 模式,会精简输出的内容,所以格式可能和传统 shell 输出会有所不同但是很高效。
在 rtk bash 的 schema 上提供一个 optional 配置,给模型一个逃生通道走到 bash 去。
前端渲染上 rtk bash 还是用 bash 那个块的渲染,但是要标明是否工作在 rtk 上。