diff --git a/docs/src/assets/images/react.png b/docs/src/assets/images/react.png new file mode 100644 index 0000000..779a411 Binary files /dev/null and b/docs/src/assets/images/react.png differ diff --git a/docs/src/develop/README.md b/docs/src/develop/README.md index 76a47f6..8e7f46b 100644 --- a/docs/src/develop/README.md +++ b/docs/src/develop/README.md @@ -62,13 +62,14 @@ Github CLI is not supported yet with our Worldline account, so you need to use t ## Gihub Spark + [GitHub Spark](https://githubnext.com/projects/github-spark#introducing-github-spark) is an AI-powered tool for creating and sharing micro apps (“sparks”), which can be tailored to your exact needs and preferences, and are directly usable from your desktop and mobile devices. Without needing to write or deploy any code. And it enables this through a combination of three tightly-integrated components: -An NL-based editor, which allows easily describing your ideas, and then refining them over time -A managed runtime environment, which hosts your sparks, and provides them access to data storage, theming, and LLMs -A PWA-enabled dashboard, which lets you manage and launch your sparks from anywhere +* An NL-based editor, which allows easily describing your ideas, and then refining them over time +* A managed runtime environment, which hosts your sparks, and provides them access to data storage, theming, and LLMs +* A PWA-enabled dashboard, which lets you manage and launch your sparks from anywhere ## 🧪 Exercises diff --git a/docs/src/use/README.md b/docs/src/use/README.md index 3b04a44..2fccb44 100644 --- a/docs/src/use/README.md +++ b/docs/src/use/README.md @@ -35,6 +35,9 @@ Introduced in Wei et al. (2022), chain-of-thought (CoT) prompting enables comple [Prompting Guide with CoT](https://www.promptingguide.ai/techniques/cot) ### Framework : ReAct Prompting + +![react](../assets/images/react.png) + Yao et al., 2022 introduced a framework named ReAct where LLMs are used to generate both reasoning traces and task-specific actions in an interleaved manner. Generating reasoning traces allow the model to induce, track, and update action plans, and even handle exceptions. The action step allows to interface with and gather information from external sources such as knowledge bases or environments. diff --git a/docs/src/use/image.png b/docs/src/use/image.png new file mode 100644 index 0000000..779a411 Binary files /dev/null and b/docs/src/use/image.png differ