remove unused parameters from getToolsFromOpenAPI function

This commit is contained in:
moritz 2025-03-18 10:47:25 -07:00
parent 0a6fad92aa
commit d0970c4059

View File

@ -111,7 +111,6 @@ function getToolsFromOpenAPI(openAPISchema: OpenAPIV3_1.Document): ToolType[] {
inputSchema,
path,
method,
parameters: operation.parameters,
};
});