|
15 | 15 | use Felix_Arntz\AI_Services\Services\Contracts\With_API_Client;
|
16 | 16 | use Felix_Arntz\AI_Services\Services\Exception\Generative_AI_Exception;
|
17 | 17 | use Felix_Arntz\AI_Services\Services\Types\Content;
|
18 |
| -use Felix_Arntz\AI_Services\Services\Types\Generation_Config; |
19 | 18 | use Felix_Arntz\AI_Services\Services\Types\Parts;
|
20 | 19 | use Felix_Arntz\AI_Services\Services\Util\AI_Capabilities;
|
21 | 20 | use Felix_Arntz\AI_Services_Dependencies\Felix_Arntz\WP_OOP_Plugin_Lib\HTTP\HTTP;
|
@@ -143,23 +142,23 @@ static function ( array $models, array $model ) {
|
143 | 142 | * @param array<string, mixed> $model_params {
|
144 | 143 | * Optional. Model parameters. Default empty array.
|
145 | 144 | *
|
146 |
| - * @type string $feature Required. Unique identifier of the feature |
147 |
| - * that the model will be used for. Must only |
148 |
| - * contain lowercase letters, numbers, |
149 |
| - * hyphens. |
150 |
| - * @type string $model The model slug. By default, the model will |
151 |
| - * be determined based on heuristics such as |
152 |
| - * the requested capabilities. |
153 |
| - * @type string[] $capabilities Capabilities requested for the model to |
154 |
| - * support. It is recommended to specify this |
155 |
| - * if you do not explicitly specify a model |
156 |
| - * slug. |
157 |
| - * @type Generation_Config? $generation_config Model generation configuration options. |
158 |
| - * Default none. |
159 |
| - * @type string|Parts|Content $system_instruction The system instruction for the model. |
160 |
| - * Default none. |
161 |
| - * @type Safety_Setting[]|array<string, mixed>[] $safety_settings Optional. The safety settings for the |
162 |
| - * model. Default empty array. |
| 145 | + * @type string $feature Required. Unique identifier of the feature |
| 146 | + * that the model will be used for. Must only |
| 147 | + * contain lowercase letters, numbers, |
| 148 | + * hyphens. |
| 149 | + * @type string $model The model slug. By default, the model will |
| 150 | + * be determined based on heuristics such as |
| 151 | + * the requested capabilities. |
| 152 | + * @type string[] $capabilities Capabilities requested for the model to |
| 153 | + * support. It is recommended to specify this |
| 154 | + * if you do not explicitly specify a model |
| 155 | + * slug. |
| 156 | + * @type Generation_Config? $generationConfig Model generation configuration options. |
| 157 | + * Default none. |
| 158 | + * @type string|Parts|Content $systemInstruction The system instruction for the model. |
| 159 | + * Default none. |
| 160 | + * @type Safety_Setting[]|array<string, mixed>[] $safetySettings Optional. The safety settings for the |
| 161 | + * model. Default empty array. |
163 | 162 | * }
|
164 | 163 | * @param array<string, mixed> $request_options Optional. The request options. Default empty array.
|
165 | 164 | * @return Generative_AI_Model The generative model.
|
|
0 commit comments