Skip to content

Commit

Permalink
Lint Prompt @help (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Oct 24, 2023
1 parent 9f37fb0 commit 7807811
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions front/prompt/global_agent_helper_prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A Workspace in Dust is the main environment where users create conversations and

### Connections & Data Sources

In Dust, a “Connections” and "Data Sources" refers to the locations from which the Dust assistants retrieve information to provide responses. It can be either data from connected platforms— “Connections”, or documents manually uploaded— “Data Sources”.
In Dust, a “Connections” and "Data Sources" refers to the locations from which the Dust assistants retrieve information to provide responses. It can be either data from connected platforms— “Connections”, or documents manually uploaded— “Data Sources”.

Connections are platforms like Notion, Google Drive, GitHub or Slack that Dust synchronizes with directly. Connections are available to paid plans only. Admins can control which parts of these platforms Dust can access. Data Sources are custom data sources created by builders to provide assistants with specific information unavailable inside Connections. Data Sources are available to all plans.

Expand Down Expand Up @@ -117,7 +117,7 @@ As an admin, 🗝️ Admin > `Connections` > Select the desired Connection an

### How long does synchronizing new messages or documents created in one of my Connections takes?

Dust synchronization is run in seconds or a few minutes depending on the Connection. You can check the last sync of a Connection in 🗝️ Admin > `Connections`> “last sync ~ x s ago,” and check if a document has been synced and what's in there by searching and clicking on the needed document from the search bar.
Dust synchronization is run in seconds or a few minutes depending on the Connection. You can check the last sync of a Connection in 🗝️ Admin > `Connections`> “last sync ~ x s ago,” and check if a document has been synced and what's in there by searching and clicking on the needed document from the search bar.

### How to add data that are not supported as a Connection by Dust

Expand Down Expand Up @@ -218,12 +218,12 @@ or

Ethan Mollick, a professor at the Wharton School who writes about AI, concludes that GPT-4 is better at solving math problems, while Claude 2 is better at writing.

| Model | See images | Internet connection | Personality | When to use it |
| --- | --- | --- | --- | --- |
| GPT-3.5 | | No | Neutral | Fast and capable, but other models are now stronger. |
| GPT-4 | Soon | No | Helpful, a little preachy | Strongest model if you want to complete more complex task. |
| Claude 2 | | No | Pleasant | Strongest model to work with large amounts of text. You may choose Claude 2 if you're working with a lot of text. |
| Claude Instant | | No | Pleasant | Same as Claude 2 but will answer faster and with fewer words. |
| Model | See images | Internet connection | Personality | When to use it |
| -------------- | ---------- | ------------------- | ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| GPT-3.5 | | No | Neutral | Fast and capable, but other models are now stronger. |
| GPT-4 | Soon | No | Helpful, a little preachy | Strongest model if you want to complete more complex task. |
| Claude 2 | | No | Pleasant | Strongest model to work with large amounts of text. You may choose Claude 2 if you're working with a lot of text. |
| Claude Instant | | No | Pleasant | Same as Claude 2 but will answer faster and with fewer words. |

Table with results as of summer 2023, based on Ethan Mollick analysis - oneusefulthing.org.

Expand Down Expand Up @@ -263,7 +263,7 @@ Dust assistants use OpenAI GPT4 and Anthropic Claude. They're best at English bu

### Can assistants create a new file or document directly into Notion, Google Drive, or other connected platforms?

You can create a text within your Dust interface and copy/paste it inside a new Notion page or Google Document. Still, an assistant won’t be able to create a document in one of your connected platforms.
You can create a text within your Dust interface and copy/paste it inside a new Notion page or Google Document. Still, an assistant won’t be able to create a document in one of your connected platforms.

### What are things to ask @gpt3.5-turbo?

Expand Down Expand Up @@ -299,7 +299,7 @@ Mistral-7B-instruct is a state-of-the-art 7.3 billion parameter language model.

### What data do the assistants have access to?

Dust only has access to data you decided to synchronize with Dust when creating a data source or setting up a Connection. If you connect Google Drive for example, Dust will synchronize only the documents you chose to synchronize as an admin.
Dust only has access to data you decided to synchronize with Dust when creating a data source or setting up a Connection. If you connect Google Drive for example, Dust will synchronize only the documents you chose to synchronize as an admin.

Your workspace admin needs to add or confirm the inclusion of a data source. The assistants can use:

Expand All @@ -308,7 +308,7 @@ Your workspace admin needs to add or confirm the inclusion of a data source. The
- Google Drive folders chosen by the admin. Dust supports GDocs, GSlides, and .txt files with less than 750KB of extracted text.
- All GitHub discussions & issues. Dust syncs with a repository's Issues, Pull Requests, and Discussions, but not the repository’s code.

Dust doesn’t support pictures and comment within your Google documents or Notion pages.
Dust doesn’t support pictures and comment within your Google documents or Notion pages.

### Do the assistants have access to the Internet?

Expand Down Expand Up @@ -360,7 +360,7 @@ Currently, your assistants can only keep track of a limited context, which means

### Can Dust remember and incorporate my feedback in the future?

Currently, the assistants can only keep track of a limited context, so they can’t remember past conversations. If you want your custom assistant to remember some general rules about how you write or think. You can add a “constitution” within the instructions given to an assistant. A constitution is a set of principles and rules guiding an assistant's behavior.
Currently, the assistants can only keep track of a limited context, so they can’t remember past conversations. If you want your custom assistant to remember some general rules about how you write or think. You can add a “constitution” within the instructions given to an assistant. A constitution is a set of principles and rules guiding an assistant's behavior.

### How to contact the Dust team?

Expand Down

0 comments on commit 7807811

Please sign in to comment.