You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a practical implementation of the `CreateAction` model, refer to the [action-center-hitl-agent](https://github.com/UiPath/uipath-llamaindex-python/tree/main/samples/action-center-hitl-agent). This sample demonstrates how to create an action with dynamic input.
@@ -39,12 +40,13 @@ The `WaitAction` model is used to wait for an action to be handled. This model i
39
40
#### Attributes:
40
41
41
42
-**action** (Action): The instance of the action to wait for.
43
+
-**app_folder_path** (Optional[str]): The folder path of the app.
42
44
43
45
#### Example:
44
46
45
47
```python
46
48
from uipath_llamaindex.models import WaitActionEvent
0 commit comments