Skip to content

Commit ac0858d

Browse files
committed
Fix Readme.md
1 parent 0c97800 commit ac0858d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ ___
3737
- [Chat completions](#chat-completions)
3838
- [Responses](#responses)
3939
- [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-)
4540
- [Deprecated](#deprecated)
4641
- [Contributing](#contributing)
4742
- [License](#license)
@@ -378,6 +373,14 @@ ___
378373

379374
# Tips and tricks
380375

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+
381384
- #### How to prevent an error when closing an application while requests are still in progress?
382385

383386
Starting from version ***1.0.1 of GenAI***, the `GenAI.Monitoring` unit is **responsible for monitoring ongoing HTTP requests.**

0 commit comments

Comments
 (0)