Skip to content

Commit 9be4ca0

Browse files
authored
Merge pull request #7 from paytonison/copilot/fix-177ef063-efc6-44e3-a9f2-2ad220c0e69b
[WIP] Go through the directory "examples" and find files that deal with prompting and move them to the directory "examples/prompting".
2 parents 18db406 + d443afa commit 9be4ca0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
File renamed without changes.
File renamed without changes.

examples/prompting/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Companion assets and extended recipes referenced by the notebook.
3737
Guardrails, Evaluation & QA
3838
• Developing_hallucination_guardrails.ipynb
3939
Patterns to reduce unsupported claims: retrieval checks, cite-or-abstain, schema-validation, and refusal scaffolds.
40+
• How_to_use_guardrails.ipynb
41+
Implement input and output guardrails to detect off-topic questions, jailbreaking attempts, and prompt injection attacks.
42+
• Custom-LLM-as-a-Judge.ipynb
4043
• Custom-LLM-as-a-Judge.ipynb
4144
Use an independent “judge” model to evaluate task outputs (rubrics, pairwise comparisons, error taxonomies).
4245

@@ -55,6 +58,8 @@ Using prompts to bias/condition speech-to-text (domain terms, speaker/style cont
5558
How to port prompts across model/API versions while preserving behavior (capabilities, defaults, temperature/top-p changes).
5659

5760
Applied Examples
61+
• Entity_extraction_for_long_documents.ipynb
62+
Template prompts and chunking strategies for extracting key information from large documents using prompt engineering.
5863
• Unit_test_writing_using_a_multi-step_prompt.ipynb
5964
Multi-step prompting to draft and refine unit tests from natural-language specs with verification passes.
6065
• Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb

0 commit comments

Comments
 (0)