(configOrSession)
| 812 | } |
| 813 | |
| 814 | export function isUsingMultiModeModel(configOrSession) { |
| 815 | return isInApiModeGroup(bingWebModelKeys, configOrSession) |
| 816 | } |
| 817 | |
| 818 | export function isUsingGeminiWebModel(configOrSession) { |
| 819 | return isInApiModeGroup(bardWebModelKeys, configOrSession) |
no test coverage detected