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

    Type Alias ElicitationFormModeExperimental

    UNSTABLE

    This capability is not part of the spec yet, and may be removed or changed at any point.

    Form-based elicitation mode where the client renders a form from the provided schema.

    type ElicitationFormMode = {
        requestedSchema: ElicitationSchema;
    }
    Index

    Properties

    Properties

    requestedSchema: ElicitationSchema

    A JSON Schema describing the form fields to present to the user.