Skip to content

Commit 31fc291

Browse files
committed
add doc
1 parent 4f4b1f5 commit 31fc291

File tree

1 file changed

+1
-1
lines changed
  • packages/models-library/src/models_library/api_schemas_rpc_async_jobs

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/api_schemas_rpc_async_jobs/async_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class AsyncJobFilter(AsyncJobFilterBase):
6767

6868
product_name: ProductName
6969
user_id: UserID
70-
client_name: Annotated[
70+
client_name: Annotated[ # this is the name of the app which *submits* the async job. It is mainly used for filtering purposes
7171
str,
7272
StringConstraints(min_length=1, pattern=r"^[^\s]+$"),
7373
]

0 commit comments

Comments
 (0)