From dae7272277d12e2df6aa7a82ebdd912d4053b7b8 Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Tue, 9 Jul 2024 23:59:47 -0700 Subject: [PATCH] t Signed-off-by: a --- skills/a-attribution.txt | 5 +++++ skills/a-qna.yaml | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 skills/a-attribution.txt create mode 100644 skills/a-qna.yaml diff --git a/skills/a-attribution.txt b/skills/a-attribution.txt new file mode 100644 index 0000000..97eb9ad --- /dev/null +++ b/skills/a-attribution.txt @@ -0,0 +1,5 @@ +Title of work: title +Link to work: - +Revision: - +License of the work: license +Creator names: name diff --git a/skills/a-qna.yaml b/skills/a-qna.yaml new file mode 100644 index 0000000..5658cf1 --- /dev/null +++ b/skills/a-qna.yaml @@ -0,0 +1,19 @@ +created_by: vishnoianil +version: 2 +task_description: t +seed_examples: + - question: a + answer: a + context: a + - question: b + answer: b + context: b + - question: c + answer: c + context: c + - question: d + answer: d + context: d + - question: e + answer: e + context: e