mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add aibridgedserver pkg (#19902)
This commit is contained in:
Generated
+2
-1
@@ -990,7 +990,8 @@ CREATE TABLE aibridge_interceptions (
|
||||
initiator_id uuid NOT NULL,
|
||||
provider text NOT NULL,
|
||||
model text NOT NULL,
|
||||
started_at timestamp with time zone NOT NULL
|
||||
started_at timestamp with time zone NOT NULL,
|
||||
metadata jsonb
|
||||
);
|
||||
|
||||
COMMENT ON TABLE aibridge_interceptions IS 'Audit log of requests intercepted by AI Bridge';
|
||||
|
||||
Reference in New Issue
Block a user