OllamaExecutableResource Constructors
Class Constructors 1 member
A resource that represents an Ollama executable resource.
Constructor(string) Section titled Constructor(string) A resource that represents an Ollama executable resource.
public class OllamaExecutableResource{ public OllamaExecutableResource( string name) { // ... }}Parameters
name string The name of the resource. Remarks
Constructs an
OllamaExecutableResource.