Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skill: test subs #11

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading