diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2024-12-08 21:37:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-08 21:37:37 +0900 |
| commit | 33cad5108e150c5b9aa0fcc89dca4f15c90d0f84 (patch) | |
| tree | 0776c611595c03e5a6dc38fd62bea7c53f33b15c /90.md | |
| parent | d857cfb1b8409ca7f67c7525958a13ca6e780ed7 (diff) | |
| parent | b04922586ead1a0009716b86cc97d4790a5657d0 (diff) | |
Merge pull request #1633 from Gudnessuche/patch-5
Update 90.md
Diffstat (limited to '90.md')
| -rw-r--r-- | 90.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -185,7 +185,7 @@ Any job feedback event MIGHT include results in the `.content` field, as describ | |||
| 185 | * Customer publishes a job request (e.g. `kind:5000` speech-to-text). | 185 | * Customer publishes a job request (e.g. `kind:5000` speech-to-text). |
| 186 | * Service Providers MAY submit `kind:7000` job-feedback events (e.g. `payment-required`, `processing`, `error`, etc.). | 186 | * Service Providers MAY submit `kind:7000` job-feedback events (e.g. `payment-required`, `processing`, `error`, etc.). |
| 187 | * Upon completion, the service provider publishes the result of the job with a `kind:6000` job-result event. | 187 | * Upon completion, the service provider publishes the result of the job with a `kind:6000` job-result event. |
| 188 | * At any point, if there is an `amount` pending to be paid as instructed by the service provider, the user can pay the included `bolt11` or zap the job result event the service provider has sent to the user | 188 | * At any point, if there is an `amount` pending to be paid as instructed by the service provider, the user can pay the included `bolt11` or zap the job result event the service provider has sent to the user. |
| 189 | 189 | ||
| 190 | Job feedback (`kind:7000`) and Job Results (`kind:6000-6999`) events MAY include an `amount` tag, this can be interpreted as a suggestion to pay. Service Providers MUST use the `payment-required` feedback event to signal that a payment is required and no further actions will be performed until the payment is sent. | 190 | Job feedback (`kind:7000`) and Job Results (`kind:6000-6999`) events MAY include an `amount` tag, this can be interpreted as a suggestion to pay. Service Providers MUST use the `payment-required` feedback event to signal that a payment is required and no further actions will be performed until the payment is sent. |
| 191 | 191 | ||