From 6e1c0f79f8ed2590dcf9f5f3204e013113033d5b Mon Sep 17 00:00:00 2001 From: Devlynn Singley <214317927+EjaihLyricLaStrange@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:33:23 -0700 Subject: [PATCH] Update Matrix.prompt.yml --- Matrix.prompt.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Matrix.prompt.yml diff --git a/Matrix.prompt.yml b/Matrix.prompt.yml new file mode 100644 index 0000000..8d95601 --- /dev/null +++ b/Matrix.prompt.yml @@ -0,0 +1,12 @@ +messages: + - role: system + content: You are a helpful assistant that breaks down action items from a meeting + - role: user + content: 'Pull out the action items from this meeting transcript: {{input}}' +model: openai/gpt-4o +testData: [] +evaluators: + - name: Coherence + uses: github/coherence + - name: Groundedness + uses: github/groundedness