We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7313ba commit 8272743Copy full SHA for 8272743
1 file changed
src/seclab_taskflow_agent/banner.py
@@ -38,7 +38,7 @@ def get_banner() -> str:
38
║ TASKFLOW AGENT ║
39
║ ║
40
╠══════════════════════════════════════════════════════════════════╣
41
- ║ AI API Endpoint: {api_endpoint:<48}║
+ ║ Default AI API Endpoint: {api_endpoint:<40}║
42
╚══════════════════════════════════════════════════════════════════╝
43
"""
44
return banner
0 commit comments