Theia API Documentation v1.65.0
    Preparing search index...

    Tool provider interface for frontend contributions

    interface ToolProvider {
        handler: (args: unknown) => Promise<unknown>;
        inputSchema: ZodType;
    }
    Index

    Properties

    Properties

    handler: (args: unknown) => Promise<unknown>
    inputSchema: ZodType