diff options
| author | Adam Malczewski <[email protected]> | 2026-03-24 00:25:03 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-24 00:25:03 +0900 |
| commit | e2c88087f3926ec477ea099fd771d1bc9d11d7c5 (patch) | |
| tree | be33c4cdbd1fa67464779e7cd834f002c6cae438 /.rules/changelog/2026-03/23 | |
| parent | dc2fa22c4d279199fb07a205a0c11eb155641f3d (diff) | |
| download | ai-pulse-obsidian-plugin-e2c88087f3926ec477ea099fd771d1bc9d11d7c5.tar.gz ai-pulse-obsidian-plugin-e2c88087f3926ec477ea099fd771d1bc9d11d7c5.zip | |
generate api docs
Diffstat (limited to '.rules/changelog/2026-03/23')
| -rw-r--r-- | .rules/changelog/2026-03/23/01.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.rules/changelog/2026-03/23/01.md b/.rules/changelog/2026-03/23/01.md new file mode 100644 index 0000000..45d46b5 --- /dev/null +++ b/.rules/changelog/2026-03/23/01.md @@ -0,0 +1,14 @@ +# Changelog — 2026-03-23 — 01 + +## Added Ollama API documentation + +Created `.rules/docs/ollama/` with trimmed, agent-friendly API reference files: + +- `generate.md` — `POST /api/generate` (one-shot text generation) +- `chat.md` — `POST /api/chat` (conversational chat with tool calling) +- `embed.md` — `POST /api/embed` (vector embeddings) +- `list-models.md` — `GET /api/tags` (list locally available models) +- `show-model.md` — `POST /api/show` (model details and capabilities) +- `version.md` — `GET /api/version` (server version / health check) + +All files were distilled from the official Ollama OpenAPI docs, stripped of boilerplate, and formatted as concise reference tables with examples. |
