Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Interface ToolValidationResult

    Validation result for tool definitions

    interface ToolValidationResult {
        errors: string[];
        valid: boolean;
    }
    Index

    Properties

    Properties

    errors: string[]

    Array of error messages for missing operations

    valid: boolean

    Whether all tool definitions have corresponding operations