chore: add agent id filter to ADE agents [LET-6278] (#6339)

* chore: filter agents by agent id [LET-6277]

* chore: add agent id filter to ADE agents [LET-6278]

* update autogen files

* update to fe implementation

* update

* translations

* add autogenerated files
This commit is contained in:
Christina Tong
2025-11-26 11:04:57 -08:00
committed by Caren Thomas
parent 30ff204f85
commit 96ed4791ea

View File

@@ -16287,6 +16287,23 @@
}
},
"required": ["field", "operator", "value"]
},
{
"type": "object",
"properties": {
"field": {
"type": "string",
"enum": ["agentId"]
},
"operator": {
"type": "string",
"enum": ["eq"]
},
"value": {
"type": "string"
}
},
"required": ["field", "operator", "value"]
}
]
}