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