We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3c4ff commit 8179987Copy full SHA for 8179987
src/AiCommand.php
@@ -39,12 +39,12 @@ class AiCommand extends WP_CLI_Command {
39
* [--approval-mode]
40
* : Approve tool usage before running.
41
*
42
- * [--service]
+ * [--service=<service>]
43
* : Manually specify the AI service to use.
44
* Depends on the available AI services.
45
* Examples: 'google', 'anthropic', 'openai'.
46
47
- * [--model]
+ * [--model=<model>]
48
* : Manually specify the LLM model that should be used.
49
50
* Examples: 'gemini-2.0-flash', 'gpt-4o'.
0 commit comments