We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2ca24 commit 81cdcbdCopy full SHA for 81cdcbd
README.md
@@ -178,6 +178,7 @@ print(predictions)
178
- [QuestionAnsweringSkill](./examples/question_answering_skill.ipynb) – Answer questions based on a given context.
179
- [TranslationSkill](./examples/translation_skill.ipynb) – Translate text from one language to another.
180
- [TextGenerationSkill](./examples/text_generation_skill.ipynb) – Generate text based on a given prompt.
181
+- [Skill Sets](././examples/skillsets_sequence_of_skills.ipynb) – Process complex tasks through a sequence of skills.
182
183

184
examples/linear_skill_program.ipynb renamed to examples/skillsets_sequence_of_skills.ipynb
0 commit comments