We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2fbb5 commit b7e4a52Copy full SHA for b7e4a52
ollama-powershell.types.ps1xml
@@ -0,0 +1,23 @@
1
+<!-- Generated with EZOut 2.0.6: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
2
+<Types>
3
+ <Type>
4
+ <Name>Ollama.Job</Name>
5
+ <Members>
6
+ <ScriptMethod>
7
+ <Name>ToString</Name>
8
+ <Script>
9
+ if ($this.IO.StringBuilder){
10
+ "$($this.IO.StringBuilder)"
11
+} else {
12
+ return ($this | Receive-Job -Keep | Out-String)
13
+}
14
+ </Script>
15
+ </ScriptMethod>
16
+ </Members>
17
+ </Type>
18
19
+ <Name>Ollama.Model</Name>
20
21
22
23
+</Types>
0 commit comments