mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
feat: +param type
This commit is contained in:
parent
4379d36022
commit
85c7148b62
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class TeachingPlanRequirement(Action):
|
|||
class WriteTeachingPlanPart(Action):
|
||||
"""Write Teaching Plan Part"""
|
||||
|
||||
def __init__(self, name: str = '', context=None, llm: LLM = None, topic="", language="Chinese"):
|
||||
def __init__(self, name: str = "", context=None, llm: LLM = None, topic: str = "", language: str = "Chinese"):
|
||||
"""
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue