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

Sanitize file title before setting it as the filename #93

Open
hemant6488 opened this issue Aug 11, 2023 · 1 comment
Open

Sanitize file title before setting it as the filename #93

hemant6488 opened this issue Aug 11, 2023 · 1 comment

Comments

@hemant6488
Copy link

hemant6488 commented Aug 11, 2023

I recently ran into an error where the infer title function resulted in the following filename (ls -al output):

-rw-r--r--@  1 user  group   3.7K Jul 29 12:27 Code Explanation Undefined Values in Output??Assistant Response Undefined values in the output.md

The ?? is probably some special characters that the shell couldn't render.
This filename breaks the remotely-save automation with a 400 bad request error.

@lukemt
Copy link

lukemt commented Aug 11, 2023

In general it is safe to say that software is something weird

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

No branches or pull requests

2 participants