From c06c6c8652da597b457d8157318d87ccf0d7942f Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Tue, 3 Dec 2024 14:40:11 -0800 Subject: [PATCH] wording Signed-off-by: Takeshi Yoneda --- api/v1alpha1/api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1alpha1/api.go b/api/v1alpha1/api.go index dc24e988..dc602666 100644 --- a/api/v1alpha1/api.go +++ b/api/v1alpha1/api.go @@ -91,8 +91,8 @@ type LLMBackendSpec struct { // This allows the ai-gateway to understand the input and perform the necessary transformation // depending on the API schema pair (input, output). // -// Note that this is vendor specific, and the compatibility of the input and output API schema -// is determined by them. +// Note that this is vendor specific, and the stability of the API schema is not guaranteed by +// the ai-gateway, but by the vendor via proper versioning. type LLMAPISchema struct { // Schema is the API schema of the LLMRoute or LLMBackend. //