-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Given our latest discussion about custom titles for editions, I assume it would be great to send additional metadata such as output's features, e.g.:
"generativePlatformStandard": {
"id": "1337",
"type": "READY",
"payload": {
"traits": [
{
"name": "title",
"value": "Random output with RED SKY #33"
}
{
"name": "sunColor",
"value": "red"
}
]
}
}
I assume there shouldn't be an API methid to fetch all possible traits, because there is a chance Project is not aware of all outputs. Therefore list of all various is usually cradfted by Platform based on all generated Project's outputs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request