Package burp.api.montoya.ai.chat
Interface PromptResponse
public interface PromptResponse
Represents the response from an AI chat prompt.
-
Method Summary
-
Method Details
-
content
String content()Retrieves the content of the response from the prompt.- Returns:
- prompt content
-