1. 02 Mar, 2026 1 commit
  2. 27 Feb, 2026 1 commit
  3. 26 Feb, 2026 1 commit
  4. 24 Feb, 2026 1 commit
  5. 18 Feb, 2026 2 commits
  6. 15 Feb, 2026 1 commit
  7. 14 Feb, 2026 1 commit
  8. 13 Feb, 2026 3 commits
  9. 12 Feb, 2026 1 commit
  10. 11 Feb, 2026 1 commit
  11. 09 Feb, 2026 1 commit
  12. 05 Feb, 2026 1 commit
  13. 04 Feb, 2026 1 commit
  14. 03 Feb, 2026 1 commit
  15. 26 Jan, 2026 1 commit
  16. 22 Jan, 2026 1 commit
  17. 08 Jan, 2026 1 commit
  18. 07 Jan, 2026 1 commit
  19. 06 Jan, 2026 1 commit
  20. 03 Jan, 2026 2 commits
  21. 02 Jan, 2026 1 commit
  22. 31 Dec, 2025 1 commit
  23. 22 Dec, 2025 1 commit
  24. 19 Dec, 2025 1 commit
  25. 18 Dec, 2025 2 commits
  26. 17 Dec, 2025 1 commit
  27. 13 Dec, 2025 1 commit
  28. 11 Dec, 2025 2 commits
  29. 09 Dec, 2025 3 commits
  30. 04 Dec, 2025 1 commit
  31. 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
  32. 21 Nov, 2025 1 commit