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

Function snapshotInputSchema

app/src/AI/ToolDispatcher.cpp:116–123  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

114 * @brief Input schema for assistant.snapshot.
115 */
116static QJsonObject snapshotInputSchema()
117{
118 QJsonObject props;
119 props[QStringLiteral("verbose")] =
120 makeProperty(QStringLiteral("boolean"),
121 QStringLiteral("Forwarded to project.snapshot. Use false by default."));
122 return makeObjectSchema(props);
123}
124
125/**
126 * @brief Input schema for assistant.dataset.resolve.

Callers 1

assistantToolDefsFunction · 0.85

Calls 2

makePropertyFunction · 0.85
makeObjectSchemaFunction · 0.85

Tested by

no test coverage detected