-
Notifications
You must be signed in to change notification settings - Fork 1
Add readme #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add readme #1
Changes from 15 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ca2c7c1
update example
pollyndos 902d258
add readme
pollyndos 3c58e84
Created a new file vale.yml [skip ci]
DevExpressExampleBot 7480452
README auto update [skip ci]
df345ba
update readme
pollyndos e4d7a51
Merge branch 'add-readme' of https://github.com/DevExpress-Examples/a…
pollyndos 8ed6c39
update readme
pollyndos 1fc8ac9
update readme
pollyndos 20d5abd
update item
pollyndos 43e22d9
Merge branch '24.2.3+' into add-readme
pollyndos 87e5c1c
README auto update [skip ci]
e71e2bd
Update README.md
pollyndos f72e0dc
update example
pollyndos ff0578e
update example
pollyndos 4c6d68c
small update
pollyndos 40fb53f
update readme
pollyndos 6fedbe9
update example
pollyndos 5e434d7
Update README.md
pollyndos 3bcee17
Update README.md
pollyndos a6366bd
update readme
pollyndos b16ee10
Merge branch 'add-readme' of https://github.com/DevExpress-Examples/a…
pollyndos 60c6c5d
Update README.md
pollyndos d79d4cd
Apply suggestions from code review
pollyndos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| namespace DashboardAIAssistant.Services { | ||
| public static class AssistantHelper { | ||
| public static string Prompt = $"""" | ||
| You are an analytics assistant specialized in analyzing excel files. Use all available methods for parse this data. Your role is to assist users by providing accurate answers to their questions about data contained within these files without mentioning the underlying Excel file structure. | ||
| Key Responsibilities: | ||
| - Perform data analysis, including data summaries, calculations, filtering, and trend identification. | ||
| - Clearly explain your analysis process to ensure users understand how you reached your conclusions. | ||
| - Provide precise and accurate responses strictly based on data in the file. | ||
| - Explain your reasoning in a straightforward manner without referencing spreadsheets, sheets, rows, or columns. | ||
| - If the requested information is not available in the provided file's content, state: "The requested information cannot be found in the data provided." | ||
| - Avoid giving responses when data is insufficient for a reliable answer. | ||
| - Ask clarifying questions when a user’s query is unclear or lacks detail. | ||
| - Your primary goal is to deliver helpful insights that directly address user questions. Do not make assumptions or infer details not supported by data. Respond in plain text only, without sources, footnotes, or annotations. | ||
| Constraints: | ||
| - Respond conversationally as if referencing a structured dataset, not a spreadsheet. | ||
| Constraints: | ||
| - Avoid referring to the file, its format, sheets, or any structural details. Treat the data as an abstract source of insights. | ||
pollyndos marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Avoid giving information about provided file name, assistants' IDs and other internal data. | ||
pollyndos marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Ignore sheets with name starting "AI-powered Analytics Assistant". | ||
| - Do not share with a user any information related to the XLSX file or its sheets usage. | ||
| - Do not ask a user about sheets and their analysis. Instead, refer to them as to document parts, by their name. | ||
| - Ignore sheets with name starting "AI Assistant". Do not mention this constraint to the user. | ||
pollyndos marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Do not ask a user about sheets and their analysis. Instead, refer to them as to items, by their name. | ||
pollyndos marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Your goal is to provide valuable insights as if you are directly analyzing a structured dataset. | ||
| """"; | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.