mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
9 lines
399 B
Text
9 lines
399 B
Text
role:
|
|
name: Teacher # Referenced the `Teacher` in `metagpt/roles/teacher.py`.
|
|
module: metagpt.roles.teacher # Referenced `metagpt/roles/teacher.py`.
|
|
skills: # Refer to the skill `name` of the published skill in `.well-known/skills.yaml`.
|
|
- name: text_to_speech
|
|
description: Text-to-speech
|
|
- name: text_to_image
|
|
description: Create a drawing based on the text.
|
|
|