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

    Type Alias ElicitationFormModeExperimental

    ElicitationFormMode: (ElicitationSessionScope | ElicitationRequestScope) & {
        requestedSchema: ElicitationSchema;
    }

    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 Declaration

    • requestedSchema: ElicitationSchema

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