|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
成员的完整列表,这些成员属于 ast::ChatEventHandler,包括所有继承而来的类成员
| ChatEventHandler()=default (定义于 ast::ChatEventHandler) | ast::ChatEventHandler | |
| isCancelled() const | ast::ChatEventHandler | inlinevirtual |
| onComplete() | ast::ChatEventHandler | inlinevirtual |
| onContentChunk(const std::string &text) | ast::ChatEventHandler | inlinevirtual |
| onContentComplete(const std::string &text) | ast::ChatEventHandler | inlinevirtual |
| onError(const std::string &error) | ast::ChatEventHandler | inlinevirtual |
| onReasoningChunk(const std::string &reasoning) | ast::ChatEventHandler | inlinevirtual |
| onReasoningComplete(const std::string &reasoning) | ast::ChatEventHandler | inlinevirtual |
| onToolCallRequest(const std::string &toolCallId, const std::string &functionName, const std::string &arguments) | ast::ChatEventHandler | inlinevirtual |
| onToolCallResult(const std::string &toolCallId, const std::string &functionName, const std::string &result) | ast::ChatEventHandler | inlinevirtual |
| ~ChatEventHandler()=default (定义于 ast::ChatEventHandler) | ast::ChatEventHandler | virtual |