Skip to content

Commit

Permalink
Added intuneInfo and semanticDescription (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesji-msft-teams authored Jan 12, 2024
1 parent 7425e68 commit 4d70bda
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions teams/vDevPreview/MicrosoftTeams.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,11 @@
"value"
]
}
},
"semanticDescription": {
"type": "string",
"description": "semantic description of the parameter. This is typically meant for consumption by the large language model.",
"maxLength": 2000
}
},
"required": [
Expand All @@ -702,6 +707,11 @@
"taskInfo": {
"$ref": "#/definitions/taskInfo",
"description": "Task module to be launched when fetch task set to false."
},
"semanticDescription": {
"type": "string",
"description": "semantic description of the command. This is typically meant for consumption by the large language model.",
"maxLength": 5000
}
},
"required": [
Expand Down Expand Up @@ -1150,6 +1160,18 @@
"$ref": "#/definitions/dashboardCard"
},
"additionalProperties": false
},
"intuneInfo": {
"type": "object",
"description": "The Intune-related properties for the app.",
"properties": {
"supportedMobileAppManagementVersion": {
"type": "string",
"description": "Supported mobile app managment version that the app is compliant with.",
"maxLength": 64
}
},
"additionalProperties": false
}
},
"required": [
Expand Down

0 comments on commit 4d70bda

Please sign in to comment.