From f1f70a7a1b93023790dd0afe2de4547767f36296 Mon Sep 17 00:00:00 2001 From: ajhai Date: Wed, 25 Sep 2024 18:56:06 -0700 Subject: [PATCH] Update sheet builder prompt --- llmstack/sheets/builder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llmstack/sheets/builder.py b/llmstack/sheets/builder.py index 8058ae68096..4e20201fdc2 100644 --- a/llmstack/sheets/builder.py +++ b/llmstack/sheets/builder.py @@ -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