ollama/types/model
ParthSareen d4f9bd5fe5 types: add Kind field to model.Name for 5-part naming
Extends the model name structure from 4-part to 5-part:
  host/namespace/kind/model:tag

The Kind field is optional and supports:
- "skill" for skill packages
- "agent" for agent packages (future)
- empty for regular models

Parser detects valid kinds to distinguish between old format
(host/namespace/model) and new format (host/namespace/kind/model).
2025-12-29 00:12:24 -05:00
..
testdata/fuzz/FuzzName types/model: overhaul Name and Digest types (#3924) 2024-04-26 13:08:32 -07:00
capability.go add thinking support to the api and cli (#10584) 2025-05-28 19:38:52 -07:00
config.go add REQUIRES command to Modelfile (#13361) 2025-12-18 13:21:29 -08:00
name.go types: add Kind field to model.Name for 5-part naming 2025-12-29 00:12:24 -05:00
name_test.go types/model: remove knowledge of digest (#5500) 2024-07-05 13:42:30 -07:00