🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::PilotPolisher类 参考

#include <PilotPolisher.hpp>

Public 成员函数

std::string polish (std::vector< RecordStep > &steps)
 

静态 Public 成员函数

static const char * systemPrompt ()
 

详细描述

录制脚本润色器

持有独立的 ChatSession,不注册任何工具,使用纯文本系统提示词。 与 PilotSession 完全隔离,避免润色对话污染 UI 操控上下文。

成员函数说明

◆ polish()

std::string ast::PilotPolisher::polish ( std::vector< RecordStep > & steps)

对步骤列表进行 LLM 润色

参数
steps录制步骤列表(in/out:naturalLanguage 字段被回填)
返回
润色后的 JSON 字符串

该类的文档由以下文件生成: