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

Function appendDocMetaTools

app/src/AI/Conversation.cpp:2337–2341  ·  view source on GitHub ↗

* @brief Builds the meta.fetchScriptingDocs + meta.howTo tools. */

Source from the content-addressed store, hash-verified

2335 * @brief Builds the meta.fetchScriptingDocs + meta.howTo tools.
2336 */
2337static void appendDocMetaTools(QJsonArray& out)
2338{
2339 appendReferenceMetaTools(out);
2340 appendSearchMetaTool(out);
2341}
2342
2343/**
2344 * @brief Returns the curated essentials advertised to the model every turn.

Callers 1

dispatcherToolsMethod · 0.85

Calls 2

appendReferenceMetaToolsFunction · 0.85
appendSearchMetaToolFunction · 0.85

Tested by

no test coverage detected