Skip to content

Swiss AI Hub v0.291.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:05
· 48 commits to main since this release

Fixed

  • 🐛 Image Rendering in Prompts: Resolved a Jinja SecurityError that occurred when attempting to render image URLs
    (pydantic.AnyUrl) within RAG agent and guard context prompts. The rendering now correctly uses the | string filter
    to safely convert URLs, ensuring images are displayed as intended across all supported languages.