1. 30 Mar, 2026 1 commit
  2. 25 Mar, 2026 1 commit
  3. 24 Feb, 2026 1 commit
  4. 09 Feb, 2026 1 commit
  5. 02 Jan, 2026 1 commit
  6. 17 Dec, 2025 1 commit
  7. 13 Dec, 2025 1 commit
  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. 21 Nov, 2025 1 commit
  11. 19 Nov, 2025 1 commit
  12. 08 Nov, 2025 1 commit
  13. 05 Nov, 2025 1 commit
  14. 30 Sep, 2025 1 commit
  15. 29 Sep, 2025 1 commit
  16. 23 Sep, 2025 1 commit