Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias BooleanPropertySchema

    Schema for boolean properties in an elicitation form.

    type BooleanPropertySchema = {
        default?: boolean | null;
        description?: string | null;
        title?: string | null;
    }
    Index

    Properties

    default?: boolean | null

    Default value.

    description?: string | null

    Human-readable description.

    title?: string | null

    Optional title for the property.