|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
成员的完整列表,这些成员属于 ast::ChatSession,包括所有继承而来的类成员
| agent() const | ast::ChatSession | |
| chat(StringView message, int maxIterForToolCalls=100) | ast::ChatSession | |
| ChatSession() | ast::ChatSession | |
| chatStream(StringView message, ChatEventHandler &handler, int maxIterForToolCalls=100) | ast::ChatSession | |
| client() | ast::ChatSession | inline |
| config() | ast::ChatSession | inline |
| config() const | ast::ChatSession | inline |
| handleToolCalls(const JsonValue &toolCalls) | ast::ChatSession | |
| lastError() const | ast::ChatSession | inline |
| makeChatCompletion() | ast::ChatSession | |
| messages() | ast::ChatSession | inline |
| sendMessage(StringView message) | ast::ChatSession | |
| setAgent(std::unique_ptr< AssistantAgent > agent) | ast::ChatSession | inline |
| setSystemPrompt(StringView systemPrompt) | ast::ChatSession | |
| tools() | ast::ChatSession | inline |