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

Function checkpointInputSchema

app/src/AI/ToolDispatcher.cpp:332–338  ·  view source on GitHub ↗

* @brief Input schema for assistant.checkpoint. */

Source from the content-addressed store, hash-verified

330 * @brief Input schema for assistant.checkpoint.
331 */
332static QJsonObject checkpointInputSchema()
333{
334 QJsonObject props;
335 props[QStringLiteral("label")] = makeProperty(
336 QStringLiteral("string"), QStringLiteral("Optional human-readable tag for the checkpoint."));
337 return makeObjectSchema(props);
338}
339
340/**
341 * @brief Input schema for assistant.restore.

Callers 1

assistantToolDefsFunction · 0.85

Calls 2

makePropertyFunction · 0.85
makeObjectSchemaFunction · 0.85

Tested by

no test coverage detected