MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / parametersSchema

Method parametersSchema

tools/ListProjectFilesTool.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44QJsonObject ListProjectFilesTool::parametersSchema() const
45{
46 QJsonObject definition;
47 definition["type"] = "object";
48 definition["properties"] = QJsonObject();
49 definition["required"] = QJsonArray();
50
51 return definition;
52}
53
54QFuture<LLMQore::ToolResult> ListProjectFilesTool::executeAsync(const QJsonObject &input)
55{

Callers

nothing calls this directly

Calls 1

QJsonObjectClass · 0.50

Tested by

no test coverage detected