mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-06 22:32:38 +02:00
Update action_node.py
This commit is contained in:
parent
6d4c72cdf0
commit
d671e6ca6d
1 changed files with 1 additions and 2 deletions
|
|
@ -38,6 +38,7 @@ class ReviseMode(Enum):
|
|||
|
||||
|
||||
TAG = "CONTENT"
|
||||
MODE_CODE_FILL = "code_fill"
|
||||
|
||||
LANGUAGE_CONSTRAINT = "Language: Please use the same language as Human INPUT."
|
||||
FORMAT_CONSTRAINT = f"Format: output wrapped inside [{TAG}][/{TAG}] like format example, nothing else."
|
||||
|
|
@ -149,8 +150,6 @@ class ActionNode:
|
|||
prevs: List["ActionNode"] # previous nodes
|
||||
nexts: List["ActionNode"] # next nodes
|
||||
|
||||
MODE_CODE_FILL = "code_fill"
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
key: str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue