()
| 70 | } |
| 71 | |
| 72 | export function canUserConfigureAdvisor(): boolean { |
| 73 | return isAdvisorEnabled() && (getAdvisorConfig().canUserConfigure ?? false) |
| 74 | } |
| 75 | |
| 76 | export function getExperimentAdvisorModels(): |
| 77 | | { baseModel: string; advisorModel: string } |
no test coverage detected