ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::agent::Agent Member List

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::Agentexplicit
AsTool(std::string tool_name, std::string description, const std::shared_ptr< Runner > &runner)foresthub::agent::Agent
FindExternalTool(const std::string &name) constforesthub::agent::Agent
instructions() constforesthub::agent::Agentinline
name() constforesthub::agent::Agentinline
options() constforesthub::agent::Agentinline
response_format() constforesthub::agent::Agentinline
tools() constforesthub::agent::Agentinline
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