Module: Ollama::Handlers
Overview
A module that groups together various handler classes used to process responses from the Ollama API.
Handlers are responsible for defining how API responses should be processed, displayed, or stored. They implement a common interface that allows them to be passed as arguments to client commands, providing flexibility in how response data is handled.
Defined Under Namespace
Modules: Concern Classes: Collector, DumpJSON, DumpYAML, Markdown, NOP, Print, Progress, Say, Single