Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
comatthewb committed Mar 6, 2025
1 parent 57eb2d9 commit c4aaf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/markdowns/AgentSDK.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ FileParam specifies files to be uploaded to Ganymede Cloud and their correspondi

MultiFileParam is used for submitting multiple files to a single node. It includes the following parameters:

- _param_ **files**: str - Alternative method for specifying file contents, where the key is the filename and the value is the file body.
- _param_ **files**: list[ObservedFile] - Alternative method for specifying file contents, where the key is the filename and the value is the file body.
- _param_ **content_type**: str - Content type of file, e.g. "text/plain". If not specified, the content type of the first file in the files dict will be used.
- _param_ **param**: str - Name of parameter to be used in flow, e.g. `node_name`.`parameter_field_name`
- _param_ **parent_dir**: str - Path within Agent watch directory that contains 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"
Expand Down

0 comments on commit c4aaf8d

Please sign in to comment.