when invoke ZhiPuAiEmbeddingModel.call method, I get some error,like this
Spring-ai [BUG]The request body format for the ZhiPuAiEmbeddingModel.call method is incorrect

then I check ZhiPuAiEmbeddingModel class and ZhiPuAi website
Spring-ai [BUG]The request body format for the ZhiPuAiEmbeddingModel.call method is incorrect Spring-ai [BUG]The request body format for the ZhiPuAiEmbeddingModel.call method is incorrect

in ZhiPuAiEmbeddingModel class use a Collection, but in website input is String

Should convert the org.springframework.ai.embedding.EmbeddingRequest class to a generic type to adapt to this situation?

Comment From: mxsl-gr

fixed on PR #773