Skip to content

Commit

Permalink
Documentation: update ReAct
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Aug 6, 2024
1 parent 40c9b5a commit a78f739
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/use-chat-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Within Big-AGI, users can invoke ReAct to ask complex questions that require mul
| Chat | Just type the question | **Pre-trained knowledge only** | Only shows final response | Quick answers, general knowledge queries |
| ReAct | Type "/react" before the question | **Web loads, Web searches, Wikipedia, calculations** | Shows step-by-step thought process | Complex, multi-step, or research-based questions |

Example of ReAct in action, taking a question about current events, googling results, opening a page, and summarizing the information:

https://github.com/user-attachments/assets/c3480428-9ab8-4257-a869-2541bf44a062

The following tools are implemented in Big-AGI:

- **browse**: loads web pages (URLs) and extracts information, using a correctly configured `Tools > Browsing` API
Expand All @@ -37,3 +41,4 @@ The following tools are implemented in Big-AGI:
- Web searches and browsing may have privacy implications, and require **tool configuration** in the UI.
- Errors or limitations in accessing external resources may affect results.
- ReAct does not use the [Tool or Function Calling](https://platform.openai.com/docs/guides/function-calling) feature of AI models, rather uses the old school approach of parsing and executing actions.

0 comments on commit a78f739

Please sign in to comment.