* @brief Builds the meta.fetchScriptingDocs + meta.howTo tools. */
| 2335 | * @brief Builds the meta.fetchScriptingDocs + meta.howTo tools. |
| 2336 | */ |
| 2337 | static 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. |
no test coverage detected