refactor: Add 'edited' attribute to NODE_FORMAT_ATTRIBUTES in constants.py
This commit is contained in:
parent
e7043443ce
commit
e81b0378fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue