1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Copilot cookbook: avoiding deadlocks and data inconsistency (#53286)

Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Tiago Pascoal <tspascoal@github.com>
Co-authored-by: Christopher Harrison <geektrainer@github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
Co-authored-by: sunbrye <sunbrye@github.com>
Co-authored-by: Hector Alfaro <hectorsector@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
This commit is contained in:
hubwriter
2024-12-03 14:58:00 +00:00
committed by GitHub
parent 880864b00e
commit c782030838
5 changed files with 246 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ Below is the JSON data that caused the error:
## Example prompt
```Why is my JSON object invalid and how can I fix it?```
`Why is my JSON object invalid and how can I fix it?`
## Example response