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 @@ -49,7 +49,7 @@ import { handler as promptSecurityProtectResponse } from './promptsecurity/prote
49
49
import { handler as panwPrismaAirsintercept } from './panw-prisma-airs/intercept' ;
50
50
import { handler as defaultjwt } from './default/jwt' ;
51
51
import { handler as defaultrequiredMetadataKeys } from './default/requiredMetadataKeys' ;
52
- import { handler as walledaiguardrails } from " ./walledai/guardrails"
52
+ import { handler as walledaiguardrails } from ' ./walledai/guardrails' ;
53
53
54
54
export const plugins = {
55
55
default : {
@@ -135,7 +135,7 @@ export const plugins = {
135
135
'panw-prisma-airs' : {
136
136
intercept : panwPrismaAirsintercept ,
137
137
} ,
138
- " walledai" : {
139
- " guardrails" : walledaiguardrails
140
- }
141
- } ;
138
+ walledai : {
139
+ guardrails : walledaiguardrails ,
140
+ } ,
141
+ } ;
You can’t perform that action at this time.
0 commit comments