Skip to content

Commit cbc7008

Browse files
committed
Fixed docstring precision
1 parent 8f15c0a commit cbc7008

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cognite/client/data_classes/workflows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ class TagDetectionTaskParameters(WorkflowTaskParameters):
559559
The tag detection task parameters are used to specify a tag detection task.
560560
561561
Args:
562-
file_instance_ids (list[NodeId] | str): List of files to detect tags in. Can be a reference.
563-
entity_filters (list[TagDetectionTaskEntityFilter]): Entity search specification(s) used to fetch DMS entities to match on.
562+
file_instance_ids (list[NodeId] | str): List of files to detect tags in. A minimum of 1 file is expected. Can be a reference.
563+
entity_filters (list[TagDetectionTaskEntityFilter]): Entity search specification(s) used to fetch DMS entities to match on. Must contain between 1 and 10 filters.
564564
min_tokens (int | None): Each detected item must match the detected entity on at least this number of tokens. A token is a substring of consecutive letters or digits.
565565
partial_match (bool | None): Allow partial (fuzzy) matching of entities in the engineering diagrams. Creates a match only when it is possible to do so unambiguously.
566566
write_annotations (bool): Whether annotations should be automatically be written for the files

0 commit comments

Comments
 (0)