Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions insurance-app/c-aci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br>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<br>process job
P ->>-A: Decision
end
```

Expand Down