mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 01:36:29 +02:00
fixbug: empty string causes aiofiles.open exepctition
This commit is contained in:
parent
13fa01615a
commit
ed56aab79c
1 changed files with 3 additions and 1 deletions
|
|
@ -26,8 +26,10 @@ roles: # A project can involve multiple r
|
|||
topic: "Title"
|
||||
language: "Chinese"
|
||||
statements: # When replacing template variables, multiple statements will be joined into a single string using line breaks.
|
||||
- "Statement: Find and return the title of the lesson only with \"# \" prefixed, without anything else."
|
||||
- "Statement: Find and return the title of the lesson only with \"# \" string prefixed, without anything else."
|
||||
template_ix: 0
|
||||
rsp_begin_tag: "[TEACHING_PLAN_BEGIN]"
|
||||
rsp_end_tag: "[TEACHING_PLAN_END]"
|
||||
- name: ""
|
||||
topic: "Teaching Hours"
|
||||
language: "Chinese"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue