MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / appendCoreMetaTools

Function appendCoreMetaTools

app/src/AI/Conversation.cpp:2207–2211  ·  view source on GitHub ↗

* @brief Builds the core meta tools (categories / list / describe / execute / fetchHelp). */

Source from the content-addressed store, hash-verified

2205 * @brief Builds the core meta tools (categories / list / describe / execute / fetchHelp).
2206 */
2207static void appendCoreMetaTools(QJsonArray& out)
2208{
2209 appendBasicMetaTools(out);
2210 appendCommandMetaTools(out);
2211}
2212
2213/**
2214 * @brief Appends meta.fetchScriptingDocs + meta.howTo + meta.loadSkill.

Callers 1

dispatcherToolsMethod · 0.85

Calls 2

appendBasicMetaToolsFunction · 0.85
appendCommandMetaToolsFunction · 0.85

Tested by

no test coverage detected