Skip to content

Commit

Permalink
Update sheet builder prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Sep 26, 2024
1 parent 47cb32a commit f1f70a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmstack/sheets/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ class SheetCell(BaseModel):
- If we need to generate new text (e.g. a new name, a new sentence, etc.) we can use the GPT processor.
- If we need to search the web for information, we can use the web search processor.
- If we need to read a document, we can use the document reader processor.
- When using GPT processor, you can use the following system messages to control the tone and format of the response. For example, if the column holds price, then the system message can include "make sure the we only output the price in the text"
## Instructions for handling the user request
Expand Down

0 comments on commit f1f70a7

Please sign in to comment.