mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
add whisper
This commit is contained in:
parent
613af2a71c
commit
13a69711f0
1 changed files with 4 additions and 0 deletions
|
|
@ -126,6 +126,10 @@ class STRole(Role):
|
|||
|
||||
return 1 # always return 1 to execute role's `_react`
|
||||
|
||||
def add_inner_voice(self):
|
||||
# TODO
|
||||
pass
|
||||
|
||||
async def observe(self) -> list[BasicMemory]:
|
||||
# TODO observe info from maze_env
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue