Open
Conversation
Contributor
There was a problem hiding this comment.
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>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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.mdto include this revamped workshop along with previously missing workshop titles.