chore: exclude provider from triggers
This commit is contained in:
@@ -73,6 +73,7 @@ const modelHttpErrorsQuery = (product: "go" | "zen") => {
|
|||||||
const providerHttpErrorsQuery = (product: "go" | "zen") => {
|
const providerHttpErrorsQuery = (product: "go" | "zen") => {
|
||||||
const filters = [
|
const filters = [
|
||||||
{ column: "provider", op: "exists" },
|
{ column: "provider", op: "exists" },
|
||||||
|
{ column: "provider", op: "!=", value: "fireworks-go-glm-5.1" },
|
||||||
{ column: "user_agent", op: "contains", value: "opencode" },
|
{ column: "user_agent", op: "contains", value: "opencode" },
|
||||||
{ column: "isGoTier", op: "=", value: product === "go" ? "true" : "false" },
|
{ column: "isGoTier", op: "=", value: product === "go" ? "true" : "false" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user