Interface PromptResponse


public interface PromptResponse
Represents the response from an AI chat prompt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the content of the response from the prompt.
  • Method Details

    • content

      String content()
      Retrieves the content of the response from the prompt.
      Returns:
      prompt content