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

Function workspaceInputSchema

app/src/AI/ToolDispatcher.cpp:150–158  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

148 * @brief Input schema for assistant.workspace.resolve.
149 */
150static QJsonObject workspaceInputSchema()
151{
152 QJsonObject props;
153 props[QStringLiteral("workspaceId")] =
154 makeProperty(QStringLiteral("integer"), QStringLiteral("Workspace id from workspace list."));
155 props[QStringLiteral("title")] =
156 makeProperty(QStringLiteral("string"), QStringLiteral("Exact or case-insensitive title."));
157 return makeObjectSchema(props);
158}
159
160/**
161 * @brief Input schema for assistant.workspace.addTile.

Callers 1

assistantToolDefsFunction · 0.85

Calls 2

makePropertyFunction · 0.85
makeObjectSchemaFunction · 0.85

Tested by

no test coverage detected