From 820b81415d613b5c5cb69c74b0dc914d8f8b5d75 Mon Sep 17 00:00:00 2001 From: Rizwan Date: Fri, 6 Mar 2026 18:55:46 +0530 Subject: [PATCH] Create OpenAI.prompt.yml --- OpenAI.prompt.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 OpenAI.prompt.yml diff --git a/OpenAI.prompt.yml b/OpenAI.prompt.yml new file mode 100644 index 000000000..412a51852 --- /dev/null +++ b/OpenAI.prompt.yml @@ -0,0 +1,6 @@ +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