mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-02 16:01:04 +02:00
Update
This commit is contained in:
parent
7fa68d5649
commit
8a241054c7
8 changed files with 301 additions and 120 deletions
|
|
@ -516,6 +516,15 @@ class ActionNode:
|
|||
extracted_code = extract_code_from_response(content)
|
||||
result = {field_name: extracted_code}
|
||||
return result
|
||||
|
||||
async def messages_fill(
|
||||
self,
|
||||
):
|
||||
"""
|
||||
参考这个代码,只不过LLM调用方式改成使用;
|
||||
|
||||
"""
|
||||
pass
|
||||
|
||||
async def fill(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue