Package burp.api.montoya.ai.chat
Interface PromptOptions
public interface PromptOptions
Interface used to specify options for AI chat prompts.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PromptOptions
withTemperature
(double temperature) Specifies the prompt temperature to be used.
-
Method Details
-
withTemperature
Specifies the prompt temperature to be used.- Parameters:
temperature
- the temperature- Returns:
- prompt options
-
promptOptions
-