spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Remove deprecation in ObservationContext for models

Open ThomasVitale opened this issue 8 months ago • 0 comments
trafficstars

In 1.0.0-M6, the ".requestOptions()" method for ModelObservationContext instances has been deprecated and marked for removal. This issue is to track the changes needed to use the new strategy and remove the deprecated logic.

  • [x] Anthropic
  • [ ] Azure OpenAI
  • [ ] Bedrock Converse
  • [x] Mistral AI => https://github.com/spring-projects/spring-ai/pull/2519
  • [ ] OCI GenAi
  • [x] Ollama => https://github.com/spring-projects/spring-ai/pull/2520
  • [x] OpenAI => https://github.com/spring-projects/spring-ai/pull/2521
  • [x] Transformers
  • [ ] VertexAI Embedding
  • [ ] VertexAI Gemini
  • [ ] Minimax
  • [ ] ZhiPu

ThomasVitale avatar Mar 19 '25 17:03 ThomasVitale