mirror of https://github.com/buster-so/buster.git
bullet points
This commit is contained in:
parent
2f817a112b
commit
efc44fe560
|
@ -11,6 +11,8 @@ crash.*.log
|
|||
|
||||
.fastembed_cache/
|
||||
|
||||
target/
|
||||
|
||||
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
|
||||
# password, private keys, and other secrets. These should not be part of version
|
||||
# control as they are data points which are potentially sensitive and subject
|
||||
|
|
|
@ -110,6 +110,8 @@ Flag the chat if any of the following conditions are met:
|
|||
- Include a 3-6 word title that will serve as the header for the summary_message.
|
||||
- Include a simple summary message that briefly describes the issue detected.
|
||||
- The summary message should be concise and informative, suitable for sending to the data team's Slack channel.
|
||||
- The summary message should start with the user's name (e.g. Kevin reqeuested...)
|
||||
- When referring to the "AI analyst" or "AI data analyst", you should refer to it by it's name, "Buster" (e.g. "Buster made assumptions..." instead of "The AI analyst made assumptions...")
|
||||
- If no issues are detected:
|
||||
- Use the \`noIssuesFound\` tool to indicate that the chat does not need to be flagged.
|
||||
|
||||
|
|
|
@ -159,6 +159,8 @@ You operate in a loop to complete tasks:
|
|||
- Include a 3-6 word title that will serve as the header for the summary_message.
|
||||
- Include a simple summary message that briefly describes the issues and assumptions detected.
|
||||
- The summary message should be concise and informative, suitable for sending to the data team's Slack channel.
|
||||
- The summary message should start with the user's name (e.g. Kevin reqeuested...)
|
||||
- When referring to the "AI analyst" or "AI data analyst", you should refer to it by it's name, "Buster" (e.g. "Buster made assumptions..." instead of "The AI analyst made assumptions...")
|
||||
</output_format>
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue