-
Notifications
You must be signed in to change notification settings - Fork 222
Prompt Engineering Workshop #195
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 41 out of 41 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (4)
Technical Workshops/Prompt Engineering Workshop/Module 4 - Refining Reasoning and Response with Markdown/readme.md:54
- Typo in comment: 'propper' should be 'proper' JSON formatting.
… | extend Parameters_reformated = replace(@"\[|\]", "", tostring(Parameters)) // Remove square brackets from Parameters field to ensure propper JSON formatting
Technical Workshops/Prompt Engineering Workshop/Module 4 - Refining Reasoning and Response with Markdown/readme.md:65
- Typo found: 'reccomend' should be 'recommend'.
Convert KQL queries into a KQL-based plugin is fairly easy. To aid in this process, I reccomend using the [KQL Combined Defender and Sentinel example] plugin …
Technical Workshops/Prompt Engineering Workshop/Module 4 - Refining Reasoning and Response with Markdown/readme.md:55
- [nitpick] Consider renaming 'ClientIP_reformated' to 'ClientIP_reformatted' for improved clarity and consistency.
… | extend ClientIP_reformated = replace(@"\[|\]", "", tostring(extract("^(.*):.*$", 1, ClientIP))) // Drop everything after the last colon and remove square brackets on IPv6 addresses
Technical Workshops/Prompt Engineering Workshop/Module 4 - Refining Reasoning and Response with Markdown/Get_mailbox_rules.yaml:47
- [nitpick] Consider renaming 'Parameters_reformated' to 'Parameters_reformatted' for improved clarity and to follow common naming patterns.
… | extend Parameters_reformated = replace(@"\[|\]", "", tostring(Parameters)) // Remove square brackets from Parameters field to ensure propper JSON formatting
...ing Workshop/Module 4 - Refining Reasoning and Response with Markdown/Get_mailbox_rules.yaml
Outdated
Show resolved
Hide resolved
…ining Reasoning and Response with Markdown/Get_mailbox_rules.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Removed the separate "Markdown Workshop" to avoid confusion and integrated its content into a more appropriately named, comprehensive "Prompt Engineering Workshop."
Restructured the original material to follow a clear beginner-to-expert prompt engineering progression, adding two new modules.
Updated the main Technical Workshop
readme.md
to include this revamped workshop along with previously missing workshop titles.