We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b6aac commit 04a74f9Copy full SHA for 04a74f9
src/aks-agent/azext_aks_agent/_params.py
@@ -48,7 +48,7 @@ def load_arguments(self, _):
48
)
49
c.argument(
50
"model",
51
- help=" Specify the LLM provider and model or deployment to use for the AI assistant.",
+ help="Specify the LLM provider and model or deployment to use for the AI assistant.",
52
required=False,
53
type=str,
54
0 commit comments