You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,6 @@ ___
37
37
- [Chat completions](#chat-completions)
38
38
- [Responses](#responses)
39
39
-[Tips and tricks](#tips-and-tricks)
40
-
-[How to prevent an error when closing an application while requests are still in progress?](#how-to-prevent-an-error-when-closing-an-application-while-requests-are-still-in-progress)
41
-
-[How to execute multiple background requests to process a batch of responses?](#how-to-execute-multiple-background-requests-to-process-a-batch-of-responses)
42
-
-[How to structure a chain of thought and develop advanced processing with GenAI?](#how-to-structure-a-chain-of-thought-and-develop-advanced-processing-with-genai)
43
-
-[How do you structure advanced reasoning using Promises and pipelines?](#how-do-you-structure-advanced-reasoning-using-promises-and-pipelines)
44
-
-[How to implement Deep Research?](#how-to-implement-deep-research-)
45
40
-[Deprecated](#deprecated)
46
41
-[Contributing](#contributing)
47
42
-[License](#license)
@@ -378,6 +373,14 @@ ___
378
373
379
374
# Tips and tricks
380
375
376
+
-[How to prevent an error when closing an application while requests are still in progress?](#how-to-prevent-an-error-when-closing-an-application-while-requests-are-still-in-progress)
377
+
-[How to execute multiple background requests to process a batch of responses?](#how-to-execute-multiple-background-requests-to-process-a-batch-of-responses)
378
+
-[How to structure a chain of thought and develop advanced processing with GenAI?](#how-to-structure-a-chain-of-thought-and-develop-advanced-processing-with-genai)
379
+
-[How do you structure advanced reasoning using Promises and pipelines?](#how-do-you-structure-advanced-reasoning-using-promises-and-pipelines)
380
+
-[How to implement Deep Research?](#how-to-implement-deep-research-)
381
+
382
+
<br>
383
+
381
384
-#### How to prevent an error when closing an application while requests are still in progress?
382
385
383
386
Starting from version ***1.0.1 of GenAI***, the `GenAI.Monitoring` unit is **responsible for monitoring ongoing HTTP requests.**
0 commit comments