mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
feat: +annotation
This commit is contained in:
parent
a4017a1eec
commit
b8901f2bb1
1 changed files with 5 additions and 5 deletions
|
|
@ -23,11 +23,11 @@ class WriteTeachingPlanPart(Action):
|
|||
def __init__(self, name: str = "", context=None, llm=None, topic: str = "", language: str = "Chinese"):
|
||||
"""
|
||||
|
||||
Args:
|
||||
name: action name
|
||||
context: context
|
||||
llm: object of :class:`LLM`
|
||||
topic: topic part of teaching plan
|
||||
:param name: action name
|
||||
:param context: context
|
||||
:param llm: object of :class:`LLM`
|
||||
:param topic: topic part of teaching plan
|
||||
:param language: A human language, such as Chinese, English, French, etc.
|
||||
"""
|
||||
super().__init__(name, context, llm)
|
||||
self.topic = topic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue