OllamaExecutableResource Constructors
ClassConstructors1 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
namestringThe name of the resource.Remarks
Constructs an
OllamaExecutableResource.