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