- eveai_chat_client update to have different ways of presenting ProgressTracker.vue. Based on progress_tracker_insights in Tenant Make Configuration.

This commit is contained in:
Josako
2025-07-22 21:27:39 +02:00
parent 32cf105d7b
commit e990fe65d8
7 changed files with 102 additions and 1 deletions

View File

@@ -6,6 +6,13 @@ configuration:
description: "Sidebar Markdown-formatted Text"
type: "text"
required: false
"progress_tracker_insights":
name: "Progress Tracker Insights"
description: "Level of information shown by the Progress Tracker"
type: "enum"
allowed_values: ["No Information", "Active Interaction Only", "All Interactions"]
default: "No Information"
required: true
"primary_color":
name: "Primary Color"
description: "Primary Color"