Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs-data/rpk-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -3050,8 +3050,8 @@
"exclude": true,
"_note": "Command mentions \"coming soon\" and needs proper review before inclusion in docs"
},
"rpk ai llm": {
"appendToDescription": "\n\nSupported provider types: `openai`, `anthropic`, `google`, `bedrock`."
"rpk ai llm-provider": {
"appendToDescription": "\n\nSupported provider types: `openai`, `anthropic`, `google`, `bedrock`, `openai-compatible`."
},
"rpk ai model": {
"appendToDescription": "\n\nThe catalog is read-only. The catalog is populated from each LLM provider's metadata plus any extras the operator has pinned to a tenant."
Expand Down Expand Up @@ -3185,9 +3185,7 @@
"rpk ai agent stop": {
"description": "Stop a managed agent, setting its desired state to stopped."
},
"rpk ai llm check": {
"description": "Run a lightweight probe against the configured LLM provider to verify credentials and reachability."
},

"rpk ai agent credential create": {
"description": "Create a client ID and secret pair for an agent. The client secret is shown once and cannot be retrieved again."
},
Expand Down
Loading