From e395f93652a13305f7043c6f16eedaded52cd9b8 Mon Sep 17 00:00:00 2001 From: Steven Laidlaw Date: Fri, 6 Jun 2025 00:48:28 +0800 Subject: [PATCH 1/2] Added link to Models docs for prompt.yml files --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5adf329a..2cd8134a 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ gh models eval my_prompt.prompt.yml --json The JSON output includes detailed test results, evaluation scores, and summary statistics that can be processed by other tools or CI/CD pipelines. +Learn more about `.prompt.yml` files here: [Storing prompts in GitHub repositories](https://docs.github.com/en/github-models/use-github-models/storing-prompts-in-github-repositories) + ## Notice Remember when interacting with a model you are experimenting with AI, so content mistakes are possible. The feature is From 943991c5f6b5afc0aa8ba5413b65396685f16e57 Mon Sep 17 00:00:00 2001 From: Steven Laidlaw Date: Fri, 6 Jun 2025 00:55:58 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd8134a..0e8f0637 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ gh models eval my_prompt.prompt.yml --json The JSON output includes detailed test results, evaluation scores, and summary statistics that can be processed by other tools or CI/CD pipelines. -Learn more about `.prompt.yml` files here: [Storing prompts in GitHub repositories](https://docs.github.com/en/github-models/use-github-models/storing-prompts-in-github-repositories) +Learn more about `.prompt.yml` files here: [Storing prompts in GitHub repositories](https://docs.github.com/en/github-models/use-github-models/storing-prompts-in-github-repositories). ## Notice