Skip to content

Commit 1c07c3e

Browse files
committed
refactor: moves prompt builder and renames directory
1 parent 99efae9 commit 1c07c3e

12 files changed

Lines changed: 12 additions & 12 deletions

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<directory suffix=".php">src/wp-includes/PHPMailer</directory>
4949
<directory suffix=".php">src/wp-includes/Requests</directory>
5050
<directory suffix=".php">src/wp-includes/php-ai-client</directory>
51-
<directory suffix=".php">src/wp-includes/ai-client</directory>
51+
<directory suffix=".php">src/wp-includes/ai-client-utils</directory>
5252
<directory suffix=".php">src/wp-includes/SimplePie</directory>
5353
<directory suffix=".php">src/wp-includes/sodium_compat</directory>
5454
<directory suffix=".php">src/wp-includes/Text</directory>

src/wp-includes/ai-client/class-wp-ai-client-ability-function-resolver.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-ability-function-resolver.php

File renamed without changes.

src/wp-includes/ai-client/class-wp-ai-client-discovery-strategy.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-discovery-strategy.php

File renamed without changes.

src/wp-includes/ai-client/class-wp-ai-client-event-dispatcher.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-event-dispatcher.php

File renamed without changes.

src/wp-includes/ai-client/class-wp-ai-client-http-client.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-http-client.php

File renamed without changes.

src/wp-includes/ai-client/class-wp-ai-client-psr17-factory.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-psr17-factory.php

File renamed without changes.

src/wp-includes/ai-client/class-wp-ai-client-psr7-request.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-psr7-request.php

File renamed without changes.

src/wp-includes/ai-client/class-wp-ai-client-psr7-response.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-psr7-response.php

File renamed without changes.

src/wp-includes/ai-client/class-wp-ai-client-psr7-stream.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-psr7-stream.php

File renamed without changes.

src/wp-includes/ai-client/class-wp-ai-client-psr7-uri.php renamed to src/wp-includes/ai-client-utils/class-wp-ai-client-psr7-uri.php

File renamed without changes.

0 commit comments

Comments
 (0)