Skip to content

Commit

Permalink
updating with new example (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Malyuk <[email protected]>
  • Loading branch information
deppp and Michael Malyuk authored Nov 2, 2023
1 parent fe2ca24 commit 81cdcbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ print(predictions)
- [QuestionAnsweringSkill](./examples/question_answering_skill.ipynb) – Answer questions based on a given context.
- [TranslationSkill](./examples/translation_skill.ipynb) – Translate text from one language to another.
- [TextGenerationSkill](./examples/text_generation_skill.ipynb) – Generate text based on a given prompt.
- [Skill Sets](././examples/skillsets_sequence_of_skills.ipynb) – Process complex tasks through a sequence of skills.

![Executing Agent Skill](./docs/src/img/executing-agents-skill.png "Executing Agent Skill")

Expand Down
File renamed without changes.

0 comments on commit 81cdcbd

Please sign in to comment.