mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-09 07:42:38 +02:00
refactor: example
This commit is contained in:
parent
4bf3510832
commit
c69928a174
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ entities:
|
|||
description: assistant
|
||||
skills:
|
||||
- name: text_to_speech
|
||||
description: Text-to-speech
|
||||
description: Generate a voice file from the input text, text-to-speech
|
||||
id: text_to_speech.text_to_speech
|
||||
x-prerequisite:
|
||||
configurations:
|
||||
|
|
@ -90,7 +90,7 @@ entities:
|
|||
- ask: 'A boy affectionate says "hello world"'
|
||||
answer: 'text_to_speech(text="hello world", role="Boy", style="affectionate")'
|
||||
- ask: 'A boy says "你好"'
|
||||
answer: 'text_to_speech(text="hello world", role="Boy", lang="Chinese")'
|
||||
answer: 'text_to_speech(text="你好", role="Boy", lang="Chinese")'
|
||||
returns:
|
||||
type: string
|
||||
format: base64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue