@medplum/fhirtypes 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.
- package/dist/Bot.d.ts +7 -0
- package/package.json +1 -1
package/dist/Bot.d.ts
CHANGED
|
@@ -161,6 +161,13 @@ export interface Bot {
|
|
|
161
161
|
*/
|
|
162
162
|
publicWebhook?: boolean;
|
|
163
163
|
|
|
164
|
+
/**
|
|
165
|
+
* Optional flag to indicate that the bot should be deployed in a
|
|
166
|
+
* streaming-enabled context, allowing it to execute with streaming
|
|
167
|
+
* responses.
|
|
168
|
+
*/
|
|
169
|
+
streamingEnabled?: boolean;
|
|
170
|
+
|
|
164
171
|
/**
|
|
165
172
|
* Criteria for creating an AuditEvent as a result of the bot invocation.
|
|
166
173
|
* Possible values are 'always', 'never', 'on-error', or 'on-output'.
|