Sends a prompt to the current profile.
prompt
Observable<String> chat(String prompt) => _client.chat(_profileId, prompt);