diff --git a/specification/inference/_types/CommonTypes.ts b/specification/inference/_types/CommonTypes.ts index ab7da6bdeb..6750b58cc9 100644 --- a/specification/inference/_types/CommonTypes.ts +++ b/specification/inference/_types/CommonTypes.ts @@ -356,6 +356,7 @@ export class RequestEmbedding { /** * Inference input. * Either a string, an array of strings, a `content` object, or an array of `content` objects. + * @codegen_names string, content */ type EmbeddingInput = EmbeddingStringInput | EmbeddingContentInput