You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should move the function draw_vector_graphics into _ai_github_utilities.py and call it within the function create_or_modify_file as new .svg alternative to .py, .ipynb, .pptx and .docx files. The function draw_vector_graphics should then return the content of the svg file instead of saving it.
git-bob implement this!
The text was updated successfully, but these errors were encountered:
We should add support for SVG files as discussed in this issue:
And demonstrated in the
draw_vector_graphics
function in this notebook:We should move the function
draw_vector_graphics
into _ai_github_utilities.py and call it within the functioncreate_or_modify_file
as new.svg
alternative to.py
,.ipynb
,.pptx
and.docx
files. The function draw_vector_graphics should then return the content of the svg file instead of saving it.git-bob implement this!
The text was updated successfully, but these errors were encountered: