Skip to content

Commit

Permalink
Amend commit with updated content
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Salisbury <[email protected]>
  • Loading branch information
nerdalert committed Jul 11, 2024
1 parent e91f737 commit c9923de
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compositional_skills/compositional_skill/attribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Title of work: dsf
Link to work: -
Revision: -
License of the work: asdf
Creator names: asdfs
19 changes: 19 additions & 0 deletions compositional_skills/compositional_skill/qna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
created_by: nerdalert
version: 2
task_description: test
seed_examples:
- question: Q1-123
context: C1
answer: A1
- question: QQ
context: ""

Check failure on line 9 in compositional_skills/compositional_skill/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

9:1 [.seed_examples[1].context] '' should be non-empty
answer: AA
- question: QQQ
context: ""

Check failure on line 12 in compositional_skills/compositional_skill/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

12:1 [.seed_examples[2].context] '' should be non-empty
answer: AAA
- question: QQQQ
context: ""

Check failure on line 15 in compositional_skills/compositional_skill/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

15:1 [.seed_examples[3].context] '' should be non-empty
answer: AAAA
- question: QQQQQ
context: ""

Check failure on line 18 in compositional_skills/compositional_skill/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

18:1 [.seed_examples[4].context] '' should be non-empty
answer: AAAAA

0 comments on commit c9923de

Please sign in to comment.