mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 13:47:09 +00:00
(improvement)(Chat) Agent supports configuring whether to enable simple mode and whether to display debugging information. (#1181)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.tencent.supersonic.common.config;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class VisualConfig {
|
||||
|
||||
private boolean enableSimpleMode;
|
||||
|
||||
private boolean showDebugInfo;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user