exportconstsessionType=newRawContextKey<string>('chatSessionType','',{type:'string',description:localize('chatSessionType',"The type of the current chat session item.")});
exportconstisHistoryItem=newRawContextKey<boolean>('chatIsHistoryItem',false,{type:'boolean',description:localize('chatIsHistoryItem',"True when the chat session item is from history.")});
exportconstisActiveSession=newRawContextKey<boolean>('chatIsActiveSession',false,{type:'boolean',description:localize('chatIsActiveSession',"True when the chat session is currently active (not deletable).")});
exportconstisKatexMathElement=newRawContextKey<boolean>('chatIsKatexMathElement',false,{type:'boolean',description:localize('chatIsKatexMathElement',"True when focusing a KaTeX math element.")});