Skip to content

Commit

Permalink
phan: Update wpcom stubs (#39976)
Browse files Browse the repository at this point in the history
Co-authored-by: Phabricator Bot <phabricator@automattic.com>
  • Loading branch information
matticbot and Phabricator Bot authored Oct 31, 2024
1 parent 85bf23d commit 5d2bab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .phan/stubs/wpcom-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* `bin/teamcity-builds/jetpack-stubs/stub-defs.php` and regenerate the stubs
* by triggering the Jetpack Staging → Update WPCOM Stubs job in TeamCity.
*
* Stubs automatically generated from WordPress.com commit 4fd96546151f08483e92c0807b89830093fc1aee.
* Stubs automatically generated from WordPress.com commit b21051dd21fe3e8d217b5f54bc24faaa4109dce2.
*/

namespace {
Expand Down Expand Up @@ -432,7 +432,7 @@ public function __construct(string $feature, array $logstash_defaults = [])
public function request_dalle_generation(string $prompt, string $model = 'dall-e-2', array $options = array())
{
}
public function request_chat_completion(array $backscroll = [], $max_tokens = \null, $model = \null, $completion_options = [], array $tools = [], $response_format = 'text', $tool_choice = \null)
public function request_chat_completion(array $backscroll = [], $max_tokens = \null, $model = \null, $completion_options = [], array $tools = [], $response_format = 'text', $tool_choice = \null, $store = \false)
{
}
/**
Expand Down

0 comments on commit 5d2bab4

Please sign in to comment.