diff --git a/insurance-app/c-aci/README.md b/insurance-app/c-aci/README.md index 54bed25..2b298ab 100644 --- a/insurance-app/c-aci/README.md +++ b/insurance-app/c-aci/README.md @@ -18,12 +18,12 @@ sequenceDiagram P ->> A: Register(attestation) loop - loop Check for available job - P <<->> A: - end - A ->>+ P: Job(incident, policy) - note over P: Use Phi 3 to
process job - P ->>-A: Decision + loop + P <<->> A: Check for available job + end + A ->>+ P: Job(incident, policy) + note over P: Use Phi 3 to
process job + P ->>-A: Decision end ```