We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@authorize_filter
1 parent 837a49c commit 8d0fd1dCopy full SHA for 8d0fd1d
coderd/database/queries/aibridge.sql
@@ -379,6 +379,8 @@ WHERE
379
WHEN @model::text != '' THEN aibridge_interceptions.model ILIKE '%' || @model::text || '%'
380
ELSE true
381
END
382
+ -- We use an `@authorize_filter` as we are attempting to list models that are relevant
383
+ -- to the user and what they are allowed to see.
384
-- Authorize Filter clause will be injected below in ListAIBridgeModelsAuthorized
385
-- @authorize_filter
386
GROUP BY
0 commit comments