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: Add C# Support for Native File Search #4058

Merged
merged 1 commit into from
Sep 15, 2024
Merged

Conversation

danny-avila
Copy link
Owner

@danny-avila danny-avila commented Sep 15, 2024

Summary

Closes #4056

  • Updated the textMimeTypes regular expression in file-config.ts to include the MIME type for C# files (x-csharp).

Note: OpenAI Assistants API does not support files ending with .cs extension. To circumvent this, you can save the code as .txt, also the planned update will help address this: #2755

Testing

image

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • My changes do not introduce new warnings
  • I have tested the changes to ensure they work as expected

@danny-avila danny-avila merged commit fc887ba into main Sep 15, 2024
2 checks passed
@danny-avila danny-avila deleted the feat/c-sharp branch September 15, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: Support for C# files
1 participant