@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
13 lines • 534 B
TypeScript
/**
* LSP Inspect Tool
*
* Inspect code at a specific position using the Language Server Protocol.
* The agent provides a file path, line number, and a `<<<` marker in the
* line content to indicate the cursor position.
*/
export declare const lspInspectTool: import("../../tools").Tool<{
path: string;
line: number;
match: string;
}, unknown, unknown, unknown, import("../../tools").ToolExecutionContext<unknown, unknown, unknown>, "mastra_workspace_lsp_inspect", unknown>;
//# sourceMappingURL=lsp-inspect.d.ts.map