Class RealtimeParamSystemPrompt
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.realtime.RealtimeParamSystemPrompt
- All Implemented Interfaces:
RealtimeParam
Allows to configure model system prompt
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.ai.sdk.foundationmodels.openai.realtime.RealtimeParam
RealtimeParam.ParamName -
Constructor Summary
ConstructorsConstructorDescriptionRealtimeParamSystemPrompt(String systemPrompt) Constructs RealtimeParamSystemPrompt object -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns param nameReturns string value representation of the paraminthashCode()
-
Constructor Details
-
RealtimeParamSystemPrompt
Constructs RealtimeParamSystemPrompt object- Parameters:
systemPrompt- system prompt to use
-
-
Method Details
-
getParamName
Description copied from interface:RealtimeParamReturns param name- Specified by:
getParamNamein interfaceRealtimeParam- Returns:
- name
-
getValueAsString
Description copied from interface:RealtimeParamReturns string value representation of the param- Specified by:
getValueAsStringin interfaceRealtimeParam- Returns:
- string value
-
equals
-
hashCode
@Beta public int hashCode()
-