chrisjcc commited on
Commit
5ff387f
·
1 Parent(s): 6411d0c

Tweaked code comment

Browse files
Files changed (1) hide show
  1. app_with_confluence.py +3 -3
app_with_confluence.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- Phase 3: Production-Ready Confluence Integration
3
 
4
  This example builds on Phase 2 with production-ready features:
5
  - Comprehensive logging and monitoring
@@ -495,7 +495,7 @@ with gr.Blocks(title="Fraud Model Explainability Assistant - Phase 3") as iface:
495
 
496
  Enhanced with **production-grade monitoring, logging, and automated updates**.
497
 
498
- **Phase 3 Production Features:**
499
  - **Comprehensive logging**: All searches and errors logged to file
500
  - **Performance metrics**: Track cache hits, query times, and errors
501
  - **Error monitoring**: Automatic error detection and recovery
@@ -543,7 +543,7 @@ with gr.Blocks(title="Fraud Model Explainability Assistant - Phase 3") as iface:
543
  gr.Markdown(
544
  """
545
  ---
546
- *Powered by Strands Agents + Confluence Integration (Phase 3 - Production)*
547
 
548
  **Production Features:**
549
  - ✅ Structured logging to `fraud_assistant_confluence.log`
 
1
  """
2
+ Production-Ready Confluence Integration
3
 
4
  This example builds on Phase 2 with production-ready features:
5
  - Comprehensive logging and monitoring
 
495
 
496
  Enhanced with **production-grade monitoring, logging, and automated updates**.
497
 
498
+ **Production Features:**
499
  - **Comprehensive logging**: All searches and errors logged to file
500
  - **Performance metrics**: Track cache hits, query times, and errors
501
  - **Error monitoring**: Automatic error detection and recovery
 
543
  gr.Markdown(
544
  """
545
  ---
546
+ *Powered by Strands Agents + Confluence Integration - Production*
547
 
548
  **Production Features:**
549
  - ✅ Structured logging to `fraud_assistant_confluence.log`