Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Aug 29, 2024
1 parent 4f5852d commit ce3936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/markdowns/AgentModelsAndMethods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def execute(new_file: FileParam, **kwargs) -> None:

## Cron Agent

### Upload file if modified between _recency_min_ and _recency_max_ seconds ago.
### Upload file if modified between _recency_min_ and _recency_max_ seconds ago

This Agent would require _parent_dir_ and _file_to_watch_ to be configured. Recency of last modified date can be configured if desired; if it isn't configured, then the watched file would be uploaded if it was modified in the last hour.

Expand Down

0 comments on commit ce3936b

Please sign in to comment.