(params: { stream?: boolean })
| 45 | }; |
| 46 | |
| 47 | export const streamingProperty = (params: { stream?: boolean }) => { |
| 48 | return [{ label: "Streaming Enabled", text: String(!!params.stream) }]; |
| 49 | }; |
| 50 | |
| 51 | export const callbackProperties = (options: CallbackTimeout) => { |
| 52 | return [ |
no outgoing calls
no test coverage detected
searching dependent graphs…