Skip to content

Commit 5d5e673

Browse files
author
lucasliu
committed
release: v1.0.6
- G1: OpenAI symmetric tool_calls / tool_call_id mapping fix New mapOpenAIMessages helper preserves tool_calls, tool_call_id, and name fields in /v1/chat/completions request path (mirror of 6d961d3 Anthropic fix). 6 new mapper tests. - G2: DEFERRED — Ling-2.6-flash upstream template already supports tools (resolved by G1 fix); Ling-lite has no upstream tool template. - G3: DEFERRED — Gemma 4 has official 350-line tool template but implementation warrants dedicated follow-up PR.
1 parent b4d9935 commit 5d5e673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/NovaMLXCore/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Logging
33

44
public enum NovaMLX {}
55

6-
public let version = "1.0.5"
6+
public let version = "1.0.6"
77

88
public var buildTimestamp: String {
99
guard let execURL = Bundle.main.executableURL,

0 commit comments

Comments
 (0)