Home
last modified time | relevance | path

Searched refs:inputSchema (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocol.cpp193 if (TD.inputSchema) in toJSON()
194 Result.insert({"inputSchema", TD.inputSchema}); in toJSON()
205 return mapRaw(V, "inputSchema", TD.inputSchema, P); in fromJSON()
H A DTool.cpp51 definition.inputSchema = *input_schema; in GetDefinition()
H A DProtocol.h173 std::optional<llvm::json::Value> inputSchema; member