Connection and messages are now correct and fluently pass between client and server.
This commit is contained in:
@@ -4,6 +4,7 @@ class EveAI {
|
||||
this.tenantId = tenantId;
|
||||
this.apiKey = apiKey;
|
||||
this.domain = domain;
|
||||
|
||||
console.log('EveAI constructor:', { tenantId, apiKey, domain });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user