1. 11 Feb, 2026 2 commits
  2. 10 Feb, 2026 2 commits
  3. 09 Feb, 2026 1 commit
  4. 05 Feb, 2026 1 commit
  5. 04 Feb, 2026 1 commit
  6. 03 Feb, 2026 2 commits
  7. 26 Jan, 2026 1 commit
  8. 22 Jan, 2026 1 commit
  9. 09 Jan, 2026 1 commit
  10. 08 Jan, 2026 1 commit
  11. 07 Jan, 2026 1 commit
  12. 06 Jan, 2026 1 commit
  13. 03 Jan, 2026 2 commits
  14. 02 Jan, 2026 1 commit
  15. 31 Dec, 2025 1 commit
  16. 22 Dec, 2025 1 commit
  17. 19 Dec, 2025 3 commits
  18. 18 Dec, 2025 2 commits
  19. 17 Dec, 2025 2 commits
  20. 13 Dec, 2025 1 commit
  21. 11 Dec, 2025 2 commits
  22. 10 Dec, 2025 1 commit
  23. 09 Dec, 2025 3 commits
  24. 04 Dec, 2025 1 commit
  25. 02 Dec, 2025 1 commit
    • William Zhang's avatar
      refactor: New config types for tool calls (#4575) · 44e8600a
      William Zhang authored
      * Why?
      
      We would like the ability to configure different parser types. Prior to
      this commit, only the JSON parser could be configured.
      
      * What?
      
      This commit refactors the tool parser config in the following ways:
      - the `format` and `json` fields of `ToolParserConfig` are merged into
        a single `config` field that is a "discriminated union" type. Each
        parser type can declare its own configuration options.
      - a `XmlParserConfig` is defined with a default factory method that
        corresponds to the Qwen3 coder configuration.
      - affected calls and tests are adjusted.
      44e8600a
  26. 25 Nov, 2025 1 commit
  27. 21 Nov, 2025 1 commit
  28. 19 Nov, 2025 1 commit
  29. 18 Nov, 2025 1 commit