export enum CustomAgentResponseAction { Direct = 'Direct', Stream = 'Stream', TextChunk = 'TextChunk', Flow = 'Flow', WebView = 'WebView', DevIns = 'DevIns' }