1. 19 Mar, 2026 38 commits
  2. 18 Mar, 2026 2 commits
    • Your Name's avatar
      Fix: Handle both dict and Pydantic Tool models in templates.py · 1c79d9ab
      Your Name authored
      - Fixed AttributeError where Tool.get() was called on Pydantic model
      - Added isinstance() checks to handle both dict and Pydantic Tool formats
      - This fixes the error when using --force-reasoning with tools
      1c79d9ab
    • Your Name's avatar
      Fix: Update VulkanBackend method signatures to match base class · 673ac596
      Your Name authored
      - Added repeat_penalty, presence_penalty, frequency_penalty params to generate() and generate_stream()
      - Changed from **kwargs to explicit parameters to match base class abstract methods
      
      This fixes the TypeError when calling VulkanBackend.generate_stream() with extra params.
      673ac596