Skip to content

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

RickKotlarz
Copy link
Contributor

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.

@KwachSean KwachSean requested review from Copilot and KwachSean April 14, 2025 09:38
Copy link
Contributor

@Copilot Copilot AI left a 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

…ining Reasoning and Response with Markdown/Get_mailbox_rules.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants