terminal stream opt

This commit is contained in:
shenchucheng 2024-05-08 15:12:40 +08:00
parent d6fdb21207
commit caa42ff7c1
2 changed files with 20 additions and 20 deletions

View file

@ -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):