mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 10:56:22 +02:00
terminal stream opt
This commit is contained in:
parent
d6fdb21207
commit
caa42ff7c1
2 changed files with 20 additions and 20 deletions
|
|
@ -42,7 +42,7 @@ class BlockType(str, Enum):
|
|||
|
||||
|
||||
END_MARKER_NAME = "end_marker"
|
||||
END_MARKER_VALUE = "\x18\x19\x1B\x18"
|
||||
END_MARKER_VALUE = "\x18\x19\x1B\x18\n"
|
||||
|
||||
|
||||
class ResourceReporter(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue