Skip to content

Commit b7e4a52

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: Adding workflow and updating logo ( Fixes #1, Fixes #2 )
1 parent 4f2fbb5 commit b7e4a52

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ollama-powershell.types.ps1xml

+23
Original file line numberDiff line numberDiff line change
@@ -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+
<Type>
19+
<Name>Ollama.Model</Name>
20+
<Members>
21+
</Members>
22+
</Type>
23+
</Types>

0 commit comments

Comments
 (0)