Project

General

Profile

Task #3229

Updated by Venmuhilan B about 1 year ago

*IF* the "copilot_urls" field is present in the datastore, and the requested "o-url" is neither a prefix in any of the "copilot_urls" nor found within "copilot_urls," then *set "showCopilot" to false.* 
    
 

 i.e  
 response : 
 { 
 "showCopilot" : false, 
 "isVideoProcessed": false, 
 "displayScoreInExtn": true, 
 "isVideoSupported": false, 
 "isOpenAiAnswerSupported": true, 
 } 

    
 *ELSE* 
     Set "showCopilot" as true for all the 3 existing cases    - https://docs.google.com/document/d/1uMTr3gKDf_XxMZse9j0ys-XwTEzM32TJwDH31SAiVA0/edit#heading=h.28q2j3w7old3 


 Handle this for 0.95 and later versions

Back