AutocompleteMode type

オートコンプリートのモードを指定します。 デフォルトは「oneTerm」です。 'twoTerms' を使用して帯状疱疹を取得し、'oneTermWithContext' を使用して現在のコンテキストを使用してオートコンプリート用語を生成します。

type AutocompleteMode = "oneTerm" | "twoTerms" | "oneTermWithContext"