Package com.vaadin.copilot
Class AICommandHandler
java.lang.Object
com.vaadin.copilot.CopilotServerClient
com.vaadin.copilot.AICommandHandler
- All Implemented Interfaces:
CopilotCommand
Command handler for AI related operations
-
Field Summary
Fields inherited from class com.vaadin.copilot.CopilotServerClient
SERVER_URL_ENV
Fields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_REQ_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) Methods inherited from class com.vaadin.copilot.CopilotServerClient
buildRequest, getHttpClient, getLogger, getQueryURI, getServerBaseUrl, isDevelopment, readValue, writeAsJsonString
-
Constructor Details
-
AICommandHandler
-
-
Method Details
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) - Specified by:
handleMessage
in interfaceCopilotCommand
-