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
Copy file name to clipboardExpand all lines: octue/cloud/pub_sub/service.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ def ask(
315
315
316
316
:param str service_id: the ID of the child to ask the question to
317
317
:param any|None input_values: any input values for the question
318
-
:param octue.resources.manifest.Manifest|None input_manifest: an input manifest of any datasets needed for the question
318
+
:param dict|octue.resources.manifest.Manifest|None input_manifest: an input manifest of any datasets needed for the question
319
319
:param list(dict)|None children: a list of children for the child to use instead of its default children (if it uses children). These should be in the same format as in an app's app configuration file and have the same keys.
320
320
:param bool subscribe_to_logs: if `True`, subscribe to the child's logs and handle them with the local log handlers
321
321
:param bool allow_local_files: if `True`, allow the input manifest to contain references to local files - this should only be set to `True` if the child will be able to access these local files
0 commit comments