Types/Ollama.Job/ToString.ps1
if ($this.IO.StringBuilder){ "$($this.IO.StringBuilder)" } else { return ($this | Receive-Job -Keep | Out-String) } |
if ($this.IO.StringBuilder){ "$($this.IO.StringBuilder)" } else { return ($this | Receive-Job -Keep | Out-String) } |