Adding in the option to change the autocomplete model
Merged
requested to merge issue/graphql_vertex_ai-3490600:3490600-support-different-autocomplete into 1.x
1 unresolved thread
Related to #3490600
Merge request reports
Activity
118 118 '#config_target' => 'graphql_vertex_ai.settings:cache_max_age', 119 119 ]; 120 120 121 $form['autocomplete_model'] = [ 122 '#title' => $this->t('Autocomplete model'), 123 '#type' => 'textfield', 124 '#description' => $this->t('The autocomplete model to use. Leave empty to use the default.'), 125 '#config_target' => 'graphql_vertex_ai.settings:autocomplete_model', reset approvals from @mortim07 by pushing to the branch
Please register or sign in to reply