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

Function listCheckpointsInputSchema

app/src/AI/ToolDispatcher.cpp:360–367  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

358 * @brief Input schema for assistant.listCheckpoints.
359 */
360static QJsonObject listCheckpointsInputSchema()
361{
362 QJsonObject props;
363 props[QStringLiteral("limit")] =
364 makeProperty(QStringLiteral("integer"),
365 QStringLiteral("Cap the number of entries returned (default 20, max 50)."));
366 return makeObjectSchema(props);
367}
368
369/**
370 * @brief Returns the snapshot/dataset/workspace tool schemas exposed under the assistant.* prefix.

Callers 1

assistantToolDefsFunction · 0.85

Calls 2

makePropertyFunction · 0.85
makeObjectSchemaFunction · 0.85

Tested by

no test coverage detected