Skip to content

Commit a0759f4

Browse files
guardrails and audit logs
1 parent ed9cd2d commit a0759f4

File tree

30 files changed

+1429
-49
lines changed

30 files changed

+1429
-49
lines changed

core/schemas/bifrost.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ const (
1414

1515
type KeySelector func(ctx *context.Context, keys []Key, providerKey ModelProvider, model string) (Key, error)
1616

17+
// BifrostRequest is the request struct for all bifrost requests.
1718
// only ONE of the following fields should be set:
19+
// - TextCompletionRequest
20+
// - ChatRequest
21+
// - ResponsesRequest
22+
// - EmbeddingRequest
23+
// - SpeechRequest
24+
// - TranscriptionRequest
1825
type BifrostRequest struct {
1926
Provider ModelProvider
2027
Model string

docs/docs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,15 @@
108108
"group": "Enterprise Features",
109109
"icon": "building",
110110
"pages": [
111+
"enterprise/guardrails",
111112
"enterprise/clustering",
112113
"enterprise/governance",
113114
"enterprise/mcp-with-fa",
114115
"enterprise/vault-support",
115116
"enterprise/invpc-deployments",
116117
"enterprise/intelligent-load-balancing",
117118
"enterprise/custom-plugins",
119+
"enterprise/audit-logs",
118120
"enterprise/log-exports"
119121
]
120122
}

0 commit comments

Comments
 (0)