Class Prompt
java.lang.Object
org.springframework.ai.chat.prompt.Prompt
- All Implemented Interfaces:
ModelRequest<List<Message>>
-
Constructor Details
-
Prompt
-
Prompt
-
Prompt
-
Prompt
-
Prompt
-
Prompt
-
-
Method Details
-
getContents
-
getOptions
Description copied from interface:ModelRequest
Retrieves the customizable options for AI model interactions.- Specified by:
getOptions
in interfaceModelRequest<List<Message>>
- Returns:
- the customizable options for AI model interactions
-
getInstructions
Description copied from interface:ModelRequest
Retrieves the instructions or input required by the AI model.- Specified by:
getInstructions
in interfaceModelRequest<List<Message>>
- Returns:
- the instructions or input required by the AI model
-
toString
-
equals
-
hashCode
public int hashCode()
-