(format: 'markdown' | 'html')
| 1122 | } |
| 1123 | |
| 1124 | export function setQuestionPreviewFormat(format: 'markdown' | 'html'): void { |
| 1125 | STATE.questionPreviewFormat = format |
| 1126 | } |
| 1127 | |
| 1128 | export function getAgentColorMap(): Map<string, AgentColorName> { |
| 1129 | return STATE.agentColorMap |