We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de292ee commit 9dc9716Copy full SHA for 9dc9716
examples/tools/multi-tool.ts
@@ -1,4 +1,4 @@
1
-import ollama from 'ollama';
+import ollama, { Ollama } from 'ollama';
2
3
// Mock weather functions
4
function getTemperature(args: { city: string }): string {
0 commit comments