chat method

Observable<String> chat(
  1. String prompt
)

Sends a prompt to the current profile.

Implementation

Observable<String> chat(String prompt) => _client.chat(_profileId, prompt);