mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
feat: add ended_at column to aibridge_interceptions table (#20432)
Needed for marking interceptions as done (https://github.com/coder/internal/issues/1051).
This commit is contained in:
committed by
GitHub
parent
70cc3dd14a
commit
4244b20823
@@ -3613,6 +3613,7 @@ type AIBridgeInterception struct {
|
||||
Model string `db:"model" json:"model"`
|
||||
StartedAt time.Time `db:"started_at" json:"started_at"`
|
||||
Metadata pqtype.NullRawMessage `db:"metadata" json:"metadata"`
|
||||
EndedAt sql.NullTime `db:"ended_at" json:"ended_at"`
|
||||
}
|
||||
|
||||
// Audit log of tokens used by intercepted requests in AI Bridge
|
||||
|
||||
Reference in New Issue
Block a user