From d85b735b71ab1b67909d82ae24dfb3d40f750114 Mon Sep 17 00:00:00 2001 From: Brent Salisbury Date: Thu, 11 Jul 2024 22:47:08 -0400 Subject: [PATCH] lint test Signed-off-by: Brent Salisbury --- compositional_skills/foo/bar/attribution.txt | 5 +++++ compositional_skills/foo/bar/qna.yaml | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 compositional_skills/foo/bar/attribution.txt create mode 100644 compositional_skills/foo/bar/qna.yaml diff --git a/compositional_skills/foo/bar/attribution.txt b/compositional_skills/foo/bar/attribution.txt new file mode 100644 index 0000000..084c491 --- /dev/null +++ b/compositional_skills/foo/bar/attribution.txt @@ -0,0 +1,5 @@ +Title of work: dfg +Link to work: - +Revision: - +License of the work: sdfg +Creator names: sdfgsdfg diff --git a/compositional_skills/foo/bar/qna.yaml b/compositional_skills/foo/bar/qna.yaml new file mode 100644 index 0000000..548131f --- /dev/null +++ b/compositional_skills/foo/bar/qna.yaml @@ -0,0 +1,19 @@ +created_by: nerdalert +version: 2 +task_description: lints +seed_examples: + - question: q + context: + answer: a + - question: qq + context: + answer: aa + - question: qqq + context: + answer: aaa + - question: qqqq + context: + answer: aaaa + - question: qqqqq + context: + answer: aaaaa