File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ persisted_operations:
60
60
61
61
max_aliases :
62
62
# Enable the feature
63
- enable : true
63
+ enabled : true
64
64
# The maximum number of allowed aliases within a single request.
65
65
max : 15
66
66
# Reject the request when the rule fails. Disable this to allow the request
@@ -71,15 +71,15 @@ block_field_suggestions:
71
71
mask : [redacted]
72
72
73
73
max_depth :
74
- enable : true
74
+ enabled : true
75
75
# The maximum allowed depth within a single request.
76
76
max : 15
77
77
# Reject the request when the rule fails. Disable this to allow the request
78
78
reject_on_failure : false
79
79
80
80
max_tokens :
81
81
# Enable the feature
82
- enable : true
82
+ enabled : true
83
83
# The maximum number of allowed tokens within a single request.
84
84
max : 10000
85
85
# Reject the request when the rule fails. Disable this to allow the request regardless of token count.
@@ -93,9 +93,9 @@ max_batch:
93
93
# Reject the request when the rule fails. Disable this to allow the request regardless of token count.
94
94
reject_on_failure : " true"
95
95
96
- disable_get_method :
96
+ enforce_post :
97
97
# Enable the feature
98
- enable : " true"
98
+ enabled : true
99
99
` ` `
100
100
101
101
For a more in-depth view of each option visit the accompanying documentation page.
You can’t perform that action at this time.
0 commit comments