|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <PilotPolisher.hpp>
Public 成员函数 | |
| std::string | polish (std::vector< RecordStep > &steps) |
静态 Public 成员函数 | |
| static const char * | systemPrompt () |
录制脚本润色器
持有独立的 ChatSession,不注册任何工具,使用纯文本系统提示词。 与 PilotSession 完全隔离,避免润色对话污染 UI 操控上下文。
| std::string ast::PilotPolisher::polish | ( | std::vector< RecordStep > & | steps | ) |
对步骤列表进行 LLM 润色
| steps | 录制步骤列表(in/out:naturalLanguage 字段被回填) |