mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add client column to aibridge_interceptions table (#21839)
Adds `client` column to `aibridge_interceptions` table. It is set accordingly to what is passed from AI Bridge in `RecordInterception`. Adds interception filtering by `client` value. Depends on: https://github.com/coder/aibridge/pull/158 Updates aibridge library to include this change. Fixes: https://github.com/coder/aibridge/issues/31
This commit is contained in:
@@ -51,6 +51,14 @@ Only return interceptions from this provider.
|
||||
|
||||
Only return interceptions from this model.
|
||||
|
||||
### --client
|
||||
|
||||
| | |
|
||||
|------|---------------------|
|
||||
| Type | <code>string</code> |
|
||||
|
||||
Only return interceptions from this client.
|
||||
|
||||
### --after-id
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user