Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 959 Bytes

File metadata and controls

29 lines (18 loc) · 959 Bytes

0.X.0-SNAPSHOT

All Release Changes

🚧 Known Issues

🔧 Compatibility Notes

  • [Orchestration] Removed OrchestrationAiModel COHERE_RERANKER. This model was supported neither by Orchestration nor by AI SDK.
  • [Prompt Registry] Added optional arguments $top and $skip to the following methods:
    • OrchestrationConfigsApi.listOrchestrationConfigHistory
    • OrchestrationConfigsApi.listOrchestrationConfigs
    • PromptTemplatesApi.listPromptTemplateHistory
    • PromptTemplatesApi.listPromptTemplates

✨ New Functionality

  • [OpenAI] You can now add multiple custom headers to an OpenAiClient at once via .withHeaders().
  • [Orchestration] Added GEMINI_3_1_PRO_PREVIEW_EA to model list in OrchestrationAiModel.

📈 Improvements

🐛 Fixed Issues

  • [Orchestration] Some OrchestrationClientException were reported as OrchestrationFilterException.Input.