You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"add_item": {
"name": "Add to-do list item",
"description": "Add a new to-do list item.",
"fields": {
"due_date": {
"filter": {
"supported_features": [
16
]
},
"example": "2023-11-17",
"selector": {
"date": null
},
"name": "Due date",
"description": "The date the to-do item is expected to be completed."
},
"due_datetime": {
"filter": {
"supported_features": [
32
]
},
"example": "2023-11-17 13:30:00",
"selector": {
"datetime": null
},
"name": "Due date and time",
"description": "The date and time the to-do item is expected to be completed."
},
}
},
The text was updated successfully, but these errors were encountered:
Context
these currently come across as
unknown
The text was updated successfully, but these errors were encountered: