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
Example code is in ```sample.py```. The two core lines are:
33
+
50
34
```
51
35
52
36
with rtxcomplete.load():
@@ -55,6 +39,10 @@ Example code is in ```sample.py```. The two core lines are:
55
39
56
40
```
57
41
42
+
### Quick Definitions
43
+
44
+
create_quick_def.py has been provided, but needs the definition function implemented based on chosen data sources. It also includes the expected format of the quick definitions along with an example.
0 commit comments