From c724c1101974ffc116dd8c7d30f1ec811d1cfd19 Mon Sep 17 00:00:00 2001 From: Benson Lee Date: Mon, 26 Aug 2024 16:16:29 -0700 Subject: [PATCH 1/4] clarify agent input param --- docs/sdk/markdowns/AgentModelsAndMethods.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/markdowns/AgentModelsAndMethods.mdx b/docs/sdk/markdowns/AgentModelsAndMethods.mdx index 810d9449..2bf92fad 100644 --- a/docs/sdk/markdowns/AgentModelsAndMethods.mdx +++ b/docs/sdk/markdowns/AgentModelsAndMethods.mdx @@ -50,7 +50,7 @@ TriggerFlowParams specifies the inputs for the Flow executed when all files are - _param_ **single_file_params**: Optional[Dict[str, FileParam]] - Dict of FileParam objects indexed by `node name`.`param name`. These parameters are used for Nodes that accept a single file as input. - _param_ **multi_file_params**: Optional[Dict[str, MultiFileParam]] - Dict of MultiFileParam objects indexed by `node name`.`param name`. These parameters are used for Nodes that accept multiple files as input. - _param_ **benchling_tag**: Optional[Tag] - Additional parameters to be passed to flow. This parameter is used for inputs to the Input_Benchling node. -- _param_ **additional_params**: Optional[Dict[str, str]] - Additional parameters to be passed to flow. This parameter is used for inputs to the Input_Param node. +- _param_ **additional_params**: Optional[Dict[str, str]] - Additional parameters to be passed to flow. This parameter is used for inputs to the Input_Param node; the key is the name if the Node name for the input parameter, and the value is the string to pass into the Node. ### FileParam Class From 0ff2ebc2b1f9f57dd51f70197c5cd29ad3081de5 Mon Sep 17 00:00:00 2001 From: Benson Lee Date: Mon, 26 Aug 2024 17:12:13 -0700 Subject: [PATCH 2/4] upd --- docs/sdk/markdowns/AgentModelsAndMethods.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/markdowns/AgentModelsAndMethods.mdx b/docs/sdk/markdowns/AgentModelsAndMethods.mdx index 2bf92fad..ee730499 100644 --- a/docs/sdk/markdowns/AgentModelsAndMethods.mdx +++ b/docs/sdk/markdowns/AgentModelsAndMethods.mdx @@ -63,7 +63,7 @@ FileParam specifies files to be uploaded to Ganymede Cloud and their correspondi - _param_ **parent_dir**: str - Path within the Agent watch directory containing the file. For example. if C:/Users/username/watch_dir/ is being watched and C:/Users/username/watch_dir/abc/def/my_file.txt is found, then parent_dir would be "abc/def" - _param_ **upload_ts**: str - Timestamp string in ISO format of when file was uploaded to the Agent watch directory, e.g. "2021-01-01T00:00:00Z" - _param_ **upload_path**: Optional[str] - Path in Ganymede storage where file will be uploaded -- _param_ **tags*: Optional[List[FileTag]] - List of tags to be applied to the file +- _param_ **tags**: Optional[List[FileTag]] - List of tags to be applied to the file - _param_ **bucket_name**: str - Bucket associated with file - _param_ **files**: str - Alternative method for specifying file contents, where the key is the filename and the value is the file body. From b969f8e49b90e66f879cd65797ec198b910edd01 Mon Sep 17 00:00:00 2001 From: Benson Lee Date: Wed, 28 Aug 2024 11:43:55 -0700 Subject: [PATCH 3/4] add stuff to spellchecker --- .wordlist.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.wordlist.txt b/.wordlist.txt index 9c5aba40..b5030bb7 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -18,6 +18,23 @@ timepoints UI webUiSidebar xlsx +param +str +ScanResult +timespan +datetime +Datetime +tempfile +TemporaryFile +checksums +FileParam +MultiFileParam +FileTag +txt +AgentModelsAndMethods +SDKSidebar +NodeChip + ApiOutlined AppstoreOutlined From d4229418a44ec33bb87d733e07be9b53979659da Mon Sep 17 00:00:00 2001 From: Benson Lee Date: Wed, 28 Aug 2024 11:46:09 -0700 Subject: [PATCH 4/4] upd --- .wordlist.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.wordlist.txt b/.wordlist.txt index b5030bb7..bbbd1f4a 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -34,6 +34,14 @@ txt AgentModelsAndMethods SDKSidebar NodeChip +FileWatcherResult +TriggerFlowParams +params +benchling +Benchling +cron +Dataclass +subdirectories ApiOutlined