refactor: Add 'edited' attribute to NODE_FORMAT_ATTRIBUTES in constants.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-20 11:11:03 -03:00
commit e81b0378fe

View file

@ -11,7 +11,7 @@ import orjson
STREAM_INFO_TEXT = "Stream the response from the model. Streaming works only in Chat."
NODE_FORMAT_ATTRIBUTES = ["beta", "icon", "display_name", "description", "output_types"]
NODE_FORMAT_ATTRIBUTES = ["beta", "icon", "display_name", "description", "output_types", "edited"]
FIELD_FORMAT_ATTRIBUTES = [