mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
using camelCase
This commit is contained in:
@@ -22,11 +22,11 @@ prefix_rule(
|
||||
- Match:
|
||||
```json
|
||||
{
|
||||
"Match": {
|
||||
"match": {
|
||||
"decision": "allow|prompt|forbidden",
|
||||
"matched_rules": [
|
||||
{
|
||||
"PrefixRuleMatch": {
|
||||
"prefixRuleMatch": {
|
||||
"matched_prefix": ["<token>", "..."],
|
||||
"decision": "allow|prompt|forbidden"
|
||||
}
|
||||
@@ -38,7 +38,7 @@ prefix_rule(
|
||||
|
||||
- No match:
|
||||
```json
|
||||
"NoMatch"
|
||||
"noMatch"
|
||||
```
|
||||
|
||||
- `matched_rules` lists every rule whose prefix matched the command; `matched_prefix` is the exact prefix that matched.
|
||||
|
||||
Reference in New Issue
Block a user