Commit 86e52db
committed
feat: make AgentGuardrailEscalateAction.app optional for dynamic schema mode
When an agent guardrail is configured for dynamic schema generation (no
pre-deployed Action App), the JSON config has no `app` field. Making
`app` Optional allows this config to deserialize without error — the
factory then creates EscalateAction with model-injected schema generation.1 parent 5252758 commit 86e52db
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1218 | 1218 | | |
1219 | 1219 | | |
1220 | 1220 | | |
1221 | | - | |
| 1221 | + | |
1222 | 1222 | | |
1223 | 1223 | | |
1224 | 1224 | | |
| |||
0 commit comments