defaultSettings property

GuardrailLlmPromptSecurityDefaultSecuritySettings? defaultSettings
getter/setter pair

Use the system's predefined default security settings.

To select this mode, include an empty 'default_settings' message in the request. The 'default_prompt_template' field within will be populated by the server in the response.

Optional.

Implementation

GuardrailLlmPromptSecurityDefaultSecuritySettings? defaultSettings;