Skip to content

Commit 65af5e8

Browse files
committed
minor
1 parent 0a60da4 commit 65af5e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libs/remix-ai-core/src/inferencers/mcp/toolApiGenerator.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import { IMCPTool } from "../../types/mcp";
22

33
export class ToolApiGenerator {
44

5-
/**
6-
* Generate minimal API usage instructions
7-
*/
85
generateAPIDescription(): string {
96
return `
107
Use callMCPTool(toolName, args) to call tools. You can perform multiple tasks by chaining tool calls.
@@ -72,9 +69,6 @@ for (const file of files) {
7269
return list;
7370
}
7471

75-
/**
76-
* Convert JSON schema type to TypeScript type
77-
*/
7872
private jsonSchemaToTsType(schema: any): string {
7973
if (!schema.type) {
8074
return 'any';

0 commit comments

Comments
 (0)