Prepare the local backend convenience release

This commit is contained in:
2026-07-30 04:01:19 +00:00
parent 805a7f965d
commit 5a1bff4529
6 changed files with 92 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ engine, err := promptkit.NewEngine(
```
See the
[custom-backend consumer guide](../consumers/pkg-promptkit.md#register-a-custom-backend)
[local-endpoint consumer guide](../consumers/pkg-promptkit.md#configure-a-local-openai-compatible-endpoint)
for task-oriented usage. The
[`Backend` and `WithBackend` GoDoc](../../backends.go) owns exact registration,
validation, copying, defaulting, and uniqueness semantics. The