Add chat client to admin UI
Some checks failed
CI / Test (pull_request) Failing after 1m33s
CI / Lint (pull_request) Failing after 14s
CI / Build (pull_request) Has been skipped
CI / Security Scan (pull_request) Failing after 4m49s
CI / Build and Push Docker Image (pull_request) Has been skipped

This commit is contained in:
2026-03-06 23:03:21 +00:00
parent 89c7e3ac85
commit 9bf562bf3a
7 changed files with 613 additions and 4 deletions

View File

@@ -534,7 +534,7 @@ def main():
console.print(Markdown(response))
except APIStatusError as e:
console.print(f"[bold red]Error {e.status_code}:[/bold red] {e.message}")
console.print(f"[bold red]Error {e.status_code}:[/bold red] {str(e)}")
except Exception as e:
console.print(f"[bold red]Error:[/bold red] {e}")