@medplum/definitions 5.1.0 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2171,6 +2171,21 @@
|
|
|
2171
2171
|
"max" : "1"
|
|
2172
2172
|
}
|
|
2173
2173
|
},
|
|
2174
|
+
{
|
|
2175
|
+
"id" : "Bot.streamingEnabled",
|
|
2176
|
+
"path" : "Bot.streamingEnabled",
|
|
2177
|
+
"definition" : "Optional flag to indicate that the bot should be deployed in a streaming-enabled context, allowing it to execute with streaming responses.",
|
|
2178
|
+
"min" : 0,
|
|
2179
|
+
"max" : "1",
|
|
2180
|
+
"type" : [{
|
|
2181
|
+
"code" : "boolean"
|
|
2182
|
+
}],
|
|
2183
|
+
"base" : {
|
|
2184
|
+
"path" : "Bot.streamingEnabled",
|
|
2185
|
+
"min" : 0,
|
|
2186
|
+
"max" : "1"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2174
2189
|
{
|
|
2175
2190
|
"id" : "Bot.auditEventTrigger",
|
|
2176
2191
|
"path" : "Bot.auditEventTrigger",
|