|
...
|
...
|
@@ -203,8 +203,8 @@ class GeoQuestionRes extends Command |
|
|
|
'model' => 'Google AI Overview',
|
|
|
|
'text' => '',
|
|
|
|
];
|
|
|
|
$texts = [];
|
|
|
|
if(!empty($data['data']['text_parts']) && is_array($data['data']['text_parts'])){
|
|
|
|
$texts = [];
|
|
|
|
foreach ($$data['data']['text_parts'] as $item){
|
|
|
|
if(empty($item['text'])){
|
|
|
|
continue;
|
...
|
...
|
|