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 38b9a1f commit eea0ee2Copy full SHA for eea0ee2
src/MCP/Client.php
@@ -122,7 +122,7 @@ static function () {
122
123
// See https://github.com/felixarntz/ai-services/blob/main/docs/Accessing-AI-Services-in-PHP.md for further processing.
124
125
- WP_CLI::log( "Generated image: $image_url" );
+ WP_CLI::debug( "Generated image: $image_url", 'ai' );
126
127
return $image_url;
128
}
@@ -172,7 +172,7 @@ static function () {
172
]
173
);
174
175
- \WP_CLI::log( 'Making request...' . print_r( $contents, true ) );
+ \WP_CLI::debug( 'Making request...' . print_r( $contents, true ), 'ai' );
176
177
if ( $service->get_service_slug() === 'openai' ) {
178
$model = 'gpt-4o';
0 commit comments