1#ifndef AGENTS_CPP_TOOLS_WEB_SEARCH_TOOL_H
2#define AGENTS_CPP_TOOLS_WEB_SEARCH_TOOL_H
4#include <agents-cpp/tool.h>
32 void setupParameters();
62 bool isDangerousQuery(
const String& query)
const;
Framework Namespace.
Definition agent.h:18
nlohmann::json JsonObject
JSON object type.
Definition types.h:39
std::string String
String type.
Definition types.h:27