|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
This is the complete list of members for foresthub::agent::Agent, including all inherited members.
| AddTool(std::shared_ptr< core::Tool > tool) | foresthub::agent::Agent | |
| Agent(std::string name) | foresthub::agent::Agent | explicit |
| AsTool(std::string tool_name, std::string description, const std::shared_ptr< Runner > &runner) | foresthub::agent::Agent | |
| FindExternalTool(const std::string &name) const | foresthub::agent::Agent | |
| instructions() const | foresthub::agent::Agent | inline |
| name() const | foresthub::agent::Agent | inline |
| options() const | foresthub::agent::Agent | inline |
| response_format() const | foresthub::agent::Agent | inline |
| tools() const | foresthub::agent::Agent | inline |
| WithInstructions(std::string instructions) | foresthub::agent::Agent | |
| WithOptions(core::Options options) | foresthub::agent::Agent | |
| WithResponseFormat(core::ResponseFormat format) | foresthub::agent::Agent | |
| WithTools(std::vector< std::shared_ptr< core::Tool > > tools) | foresthub::agent::Agent |