Agent Client Protocol - v1.4.0
    Preparing search index...

    Type Alias ElicitationFormMode

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

    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.