mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-06-15 11:56:01 +00:00
make ai follow-up suggestions optional (#3591)
This commit is contained in:
+11
-1
@@ -15,7 +15,7 @@
|
||||
# ============================================================================
|
||||
# Bump this number when the config schema changes.
|
||||
# Run `make config-upgrade` to merge new fields into your local config.yaml.
|
||||
config_version: 12
|
||||
config_version: 13
|
||||
|
||||
# ============================================================================
|
||||
# Logging
|
||||
@@ -711,6 +711,16 @@ tool_output:
|
||||
# web_search: 8000
|
||||
# bash: 20000
|
||||
|
||||
# ============================================================================
|
||||
# Suggestions Configuration
|
||||
# ============================================================================
|
||||
# Configure whether the agent automatically generates follow-up question
|
||||
# suggestions at the end of each response.
|
||||
|
||||
suggestions:
|
||||
enabled: true
|
||||
|
||||
|
||||
# ============================================================================
|
||||
# Loop Detection Configuration
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user