We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f91c72 commit 903ec8aCopy full SHA for 903ec8a
api-reference/ask/ask-for-file.mdx
@@ -12,7 +12,7 @@ If a project ID is configured, the messages will be uploaded to the cloud storag
12
Text displayed above the upload button.
13
</ParamField>
14
<ParamField path="accept" type="Union[List[str], Dict[str, List[str]]]">
15
- List of mime type to accept like ["text/csv", "application/pdf"] or a dict like {"text/plain": [".txt", ".py"]}.
+ List of mime type to accept like `["text/csv", "application/pdf"]` or a dict like `{"text/plain": [".txt", ".py"]}`.
16
More infos here https://react-dropzone.org/#!/Accepting%20specific%20file%20types.
17
18
<ParamField path="max_size_mb" type="int" optional>
0 commit comments