general-runtime icon indicating copy to clipboard operation
general-runtime copied to clipboard

Runtime for executing voiceflow projects and conversational state management across different platforms

Results 37 general-runtime issues
Sort by recently updated
recently updated
newest added

Currently, we don't have context to your diagram/current node until we reach the runtime turn handler. This change moves the loading of the "runtime" component (not turn handler), to the...

**Fixes or implements PL-1124** ### Brief description. What is this change? This PR updates `general-runtime` with the loosened types defined in the related PRs listed below. ### Implementation details. How...

ready for review

**Fixes or implements PL-1046** ### Brief description. What is this change? Implements prompt conditions ### Implementation details. How do you make this change? ### Setup information ### Deployment Notes ###...

in progress
large size

By having slot filling in the NLU and Dialog services, we're effectively calling the NLU up to 3 times a turn. The Dialog service is already responsible for slot filling,...

**Fixes or implements VF-XXX** ### Brief description. What is this change? ### Implementation details. How do you make this change? ### Setup information ### Deployment Notes ### Related PRs -...

If `model` is empty, it will result in \`\`, and mess up the formatting. To fix this, we remove the model line all together if not supplied.