mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 02:02:35 +00:00
fix(traces): rename panel title to match consent-only semantics
This commit is contained in:
@@ -801,7 +801,7 @@ def traces_enable() -> None:
|
||||
"To activate trace collection, set [bold]CREWAI_TRACING_ENABLED=true[/bold] "
|
||||
"in your environment or .env file.\n"
|
||||
"Use 'crewai traces disable' to revoke consent.",
|
||||
title="Traces Enabled",
|
||||
title="Trace Consent Recorded",
|
||||
border_style="green",
|
||||
padding=(1, 2),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user