Skip to content

Commit 8c6f36c

Browse files
committed
Update services.yaml
1 parent c804da8 commit 8c6f36c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Describes the format for available python_script services
2-
31
exec:
42
name: Exec
53
description: Run python code from file or from source
@@ -8,11 +6,17 @@ exec:
86
name: File
97
description: Relative path to file (optional)
108
example: path_to/filename.py
9+
selector:
10+
text:
1111
source:
1212
name: Source
1313
description: Source of python script (optional)
1414
example: "logger.warning('Hello from script')"
15+
selector:
16+
text:
1517
cache:
1618
name: Cache
1719
description: Use cache when loading code (optional, default true)
1820
example: true
21+
selector:
22+
boolean:

0 commit comments

Comments
 (0)