|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <ChatTool.hpp>
类 ast::ChatToolGeneric< Func > 继承关系图:Public 成员函数 | |
| ChatToolGeneric (Func func) | |
| std::string | call (const JsonValue &arguments) override |
Public 成员函数 继承自 ast::ChatTool | |
| const std::string & | name () const |
| void | setName (StringView name) |
| const std::string & | description () const |
| void | setDescription (StringView description) |
| const JsonValue & | parameters () const |
| void | setParameters (const JsonValue ¶meters) |
| JsonValue | toJson () const |
通用模板封装
|
inlineoverridevirtual |