update: optimize the action code for writing tutorials.

This commit is contained in:
Stitch-z 2023-12-02 14:39:51 +08:00
parent 9e97e6d3d0
commit 9f9b7ebe17
2 changed files with 7 additions and 25 deletions

View file

@ -1,10 +1,12 @@
#!/usr/bin/env python3
# _*_ coding: utf-8 _*_
"""
@Time : 2023/9/4 21:40:57
@Author : Stitch-z
@File : tutorial_assistant.py
"""
import asyncio
from metagpt.roles.tutorial_assistant import TutorialAssistant