EmbeddingsBody constructor
EmbeddingsBody({
- required Input input,
Returns a new EmbeddingsBody instance.
Implementation
EmbeddingsBody({
required this.input,
});
Returns a new EmbeddingsBody instance.
EmbeddingsBody({
required this.input,
});