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

Function planInputSchema

app/src/AI/ToolDispatcher.cpp:211–219  ·  view source on GitHub ↗

* @brief Input schema for assistant.workspace.plan. */

Source from the content-addressed store, hash-verified

209 * @brief Input schema for assistant.workspace.plan.
210 */
211static QJsonObject planInputSchema()
212{
213 QJsonObject props;
214 props[QStringLiteral("workspaceId")] =
215 makeProperty(QStringLiteral("integer"), QStringLiteral("Optional workspace id to plan for."));
216 props[QStringLiteral("workspace")] =
217 makeProperty(QStringLiteral("string"), QStringLiteral("Optional workspace title to plan for."));
218 return makeObjectSchema(props);
219}
220
221/**
222 * @brief Shared property bag for assistant.script.dryRun and assistant.script.apply.

Callers 1

assistantToolDefsFunction · 0.85

Calls 2

makePropertyFunction · 0.85
makeObjectSchemaFunction · 0.85

Tested by

no test coverage detected