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

    Interface ToolValidationResult

    Validation result indicating whether all tool definitions have matching operations.

    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.