ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::core::WebSearch Class Reference

Built-in web search tool. More...

#include <tools.hpp>

Inheritance diagram for foresthub::core::WebSearch:
foresthub::core::Tool

Public Member Functions

std::string ToolName () const override
 Always returns "web_search".
ToolType GetToolType () const override
 Identifies this as a web search tool.
void ToJson (json &j) const override
 Serialize web search tool to JSON.
Public Member Functions inherited from foresthub::core::Tool
virtual bool IsExternal () const
 Check if this tool is an ExternalTool (enables static_pointer_cast<ExternalTool>).

Detailed Description

Built-in web search tool.


The documentation for this class was generated from the following file: