Fix config inconsistency (#609)

* Plural/singular confusion in config key

* Flow class vs flow blueprint nomenclature change

* Update docs & CLI to reflect the above
This commit is contained in:
cybermaggedon 2026-01-14 12:31:40 +00:00 committed by GitHub
parent 99f17d1b9d
commit b08db761d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 816 additions and 814 deletions

View file

@ -43,7 +43,7 @@ Version: 42
{
"flows": {
"default": {
"class-name": "document-rag+graph-rag",
"blueprint-name": "document-rag+graph-rag",
"description": "Default processing flow",
"interfaces": {
"agent": {
@ -77,7 +77,7 @@ Version: 42
### Flow Definitions
Flow configurations showing:
- **class-name**: The flow class being used
- **blueprint-name**: The flow blueprint being used
- **description**: Human-readable flow description
- **interfaces**: Pulsar queue names for each service
@ -131,7 +131,7 @@ Exception: Unauthorized
## Related Commands
- [`tg-put-flow-class`](tg-put-flow-class.md) - Update flow class definitions
- [`tg-put-flow-blueprint`](tg-put-flow-blueprint.md) - Update flow blueprint definitions
- [`tg-show-flows`](tg-show-flows.md) - List active flows
- [`tg-set-prompt`](tg-set-prompt.md) - Configure prompt templates
- [`tg-set-token-costs`](tg-set-token-costs.md) - Configure token costs