WebIDLpedia

ModelContextClient interface

Definition

WebMCP defines ModelContextClient



[Exposed=Window, SecureContext]
interface ModelContextClient {
  Promise<any> requestUserInteraction(UserInteractionCallback callback);
};