Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Oct 7, 2024
1 parent db51c12 commit 55b746c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,11 @@ SSO
Okta
Okta's
SSOConfig
filepaths
utf
blocksize
CRC
crc
FlowTag
NoOpFileTagParams
UnappliedFileTag
2 changes: 1 addition & 1 deletion docs/sdk/markdowns/AgentSDK.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This function can be useful as a template for creating your own pattern matching
The FlowTag class is used to represent a tag that can be applied to a file. This class is not used for applying tags, but rather for interacting with tags already applied to files.

- _param_ **tag_id**: str - Name of the tag type applied to a file.
- _param_ **display_tag**: str - Value of the tag applied to a fil
- _param_ **display_tag**: str - Value of the tag applied to a file.
- _param_ **upload_ts**: datetime - Timestamp of when tag was applied

### `function` add_file_tag_to_fileparam
Expand Down

0 comments on commit 55b746c

Please sign in to comment.