claudish 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -61920,7 +61920,7 @@ var getProviders = () => [
|
|
|
61920
61920
|
envVar: "MLX_BASE_URL",
|
|
61921
61921
|
prefixes: ["mlx/", "mlx:"],
|
|
61922
61922
|
capabilities: {
|
|
61923
|
-
supportsTools:
|
|
61923
|
+
supportsTools: true,
|
|
61924
61924
|
supportsVision: false,
|
|
61925
61925
|
supportsStreaming: true,
|
|
61926
61926
|
supportsJsonMode: true
|