|
Agents 1.4.0
Edge AI Agents SDK
|
This is the complete list of members for agents::Context, including all inherited members.
| addMessage(const Message &message) | agents::Context | |
| chat(const std::string user_message, const std::vector< std::string > uris_or_data={}) | agents::Context | |
| chatWithTools(const std::string user_message, const std::vector< std::string > uris_or_data={}) | agents::Context | |
| Context() | agents::Context | |
| executeTool(const std::string &name, const JsonObject ¶ms) | agents::Context | |
| getLLM() const | agents::Context | |
| getMemory() const | agents::Context | |
| getMessages() const | agents::Context | |
| getSystemPrompt() const | agents::Context | |
| getTool(const std::string &name) const | agents::Context | |
| getTools() const | agents::Context | |
| registerTool(std::shared_ptr< Tool > tool) | agents::Context | |
| registerToolRegistry(tools::ToolRegistry ®istry) | agents::Context | |
| setLLM(std::shared_ptr< LLMInterface > llm) | agents::Context | |
| setSystemPrompt(const std::string &system_prompt) | agents::Context | |
| streamChat(const std::string user_message, const std::vector< std::string > uris_or_data={}) | agents::Context | |
| streamChatWithTools(const std::string user_message, const std::vector< std::string > uris_or_data={}) | agents::Context | |
| ~Context()=default | agents::Context |