diff --git a/docs-data/rpk-overrides.json b/docs-data/rpk-overrides.json index 4ab4be0760..6a35d187c2 100644 --- a/docs-data/rpk-overrides.json +++ b/docs-data/rpk-overrides.json @@ -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." @@ -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." },