You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Commit Message**
This renames some field and constant of API. The first is to rename
externalProcess -> externalProcessor where the latter is the official
naming in Envoy documentation and API. The second is to rename
LLMRequestCost.celExpression -> LLMRequestCost.cel where the short
version matches the LLMRequestCostTypeCEL value "CEL" plus the suffix
doesn't add any useful context.
---------
Signed-off-by: Takeshi Yoneda <[email protected]>
AIGatewayFilterConfigTypeDynamicModuleAIGatewayFilterConfigType="DynamicModule"// Reserved for https://github.com/envoyproxy/ai-gateway/issues/90
AIGatewayFilterConfigTypeDynamicModuleAIGatewayFilterConfigType="DynamicModule"// Reserved for https://github.com/envoyproxy/ai-gateway/issues/90
274
274
)
275
275
276
-
typeAIGatewayFilterConfigExternalProcessstruct {
277
-
// Replicas is the number of desired pods of the external process deployment.
0 commit comments