Closed danielsaidi closed 2 weeks ago
The AutocompleteService
now has a single autocomplete(_:)
function instead of the separate suggestions and next word predictions.
The new function returns an Autocomplete.ServiceResult
which can be extended with more information in the future.
This can be tested in the v9
branch.
Instead of the
suggestions
function, make the autocomplete service return a result type, so that a service can include many different result values with a single operation.