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