chore(api/core/app/segments/segments.py): Remove todo tags. (#7052)

pull/7062/head
-LAN- 2 years ago committed by GitHub
parent 80c94f02e9
commit 4e8f6b3603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,17 +89,14 @@ class ObjectSegment(Segment):
@property
def text(self) -> str:
# TODO: Process variables.
return json.dumps(self.model_dump()['value'], ensure_ascii=False)
@property
def log(self) -> str:
# TODO: Process variables.
return json.dumps(self.model_dump()['value'], ensure_ascii=False, indent=2)
@property
def markdown(self) -> str:
# TODO: Use markdown code block
return json.dumps(self.model_dump()['value'], ensure_ascii=False, indent=2)

Loading…
Cancel
Save