Skip to content

Commit

Permalink
update with react framework prompting
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah committed Nov 20, 2024
1 parent 5d69f85 commit 7944103
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file added docs/src/assets/images/react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions docs/src/develop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/src/use/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file added docs/src/use/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7944103

Please sign in to comment.