(configOrSession)
| 796 | } |
| 797 | |
| 798 | export function isUsingChatgptWebModel(configOrSession) { |
| 799 | return isInApiModeGroup(chatgptWebModelKeys, configOrSession) |
| 800 | } |
| 801 | |
| 802 | export function isUsingClaudeWebModel(configOrSession) { |
| 803 | return isInApiModeGroup(claudeWebModelKeys, configOrSession) |
no test coverage detected