chore: exclude provider from triggers
This commit is contained in:
parent
1c7c03332e
commit
104f5d5a14
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue