(configOrSession)
| 808 | } |
| 809 | |
| 810 | export function isUsingBingWebModel(configOrSession) { |
| 811 | return isInApiModeGroup(bingWebModelKeys, configOrSession) |
| 812 | } |
| 813 | |
| 814 | export function isUsingMultiModeModel(configOrSession) { |
| 815 | return isInApiModeGroup(bingWebModelKeys, configOrSession) |
no test coverage detected