Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added listing params for attachment support #44

Merged

Conversation

adubovik
Copy link
Contributor

Added listing parameter for support of input attachments as part of #34

  • input_attachment_types (optional List[String]) - list of supported attachment types as MIME types. */* means any file type is supported.
  • max_input_attachments (optional int) - max number of attachments per user message. When omitted and input_attachment_types is not empty, then default is Infinity. When omitted and input_attachment_types is empty, then default is 0.

@adubovik adubovik added the enhancement New feature or request label Nov 21, 2023
@adubovik adubovik requested a review from astsiapanay November 21, 2023 17:57
@adubovik adubovik self-assigned this Nov 21, 2023
@adubovik adubovik requested review from artsiomkorzun and astsiapanay and removed request for astsiapanay November 21, 2023 18:03
@adubovik adubovik merged commit e0a9549 into development Nov 21, 2023
5 checks passed
@adubovik adubovik deleted the feat/add-input-attachment-capabilities-to-listing branch November 24, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants