|
Agents 1.4.0
Edge AI Agents SDK
|
This is the complete list of members for agents::MCPTool, including all inherited members.
| addParameter(const Parameter ¶m) | agents::Tool | |
| addParametersFromJson(const JsonObject ¶ms) | agents::Tool | |
| createClient(const mcpConfig &config) | agents::MCPTool | static |
| execute(const JsonObject ¶ms) const override | agents::MCPTool | virtual |
| getDescription() const | agents::Tool | |
| getName() const | agents::Tool | |
| getParameters() const | agents::Tool | |
| getSchema() const | agents::Tool | |
| MCPTool(const std::string &name, const std::string &description, const mcpConfig &config) | agents::MCPTool | |
| MCPTool(const std::string &name, const std::string &description, const JsonObject ¶meters, const std::shared_ptr< mcp::client > &client) | agents::MCPTool | |
| MCPTool(const std::string &name, const std::string &description, const JsonObject ¶meters, const mcpConfig &config) | agents::MCPTool | |
| setCallback(ToolCallback callback) | agents::Tool | |
| Tool(const std::string &name, const std::string &description) | agents::Tool | |
| Tool(const std::string &name, const std::string &description, const JsonObject ¶meters) | agents::Tool | |
| validateParameters(const JsonObject ¶ms) const | agents::Tool | |
| ~Tool()=default | agents::Tool | virtual |