MCPcopy Index your code
hub / github.com/shroominic/codeinterpreter-api / convert_file.py

File convert_file.py

examples/convert_file.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from codeinterpreterapi import CodeInterpreterSession, File
2
3with CodeInterpreterSession() as session:
4 user_request = "Convert this dataset to excel."

Callers

nothing calls this directly

Calls 4

from_pathMethod · 0.80
generate_responseMethod · 0.80
saveMethod · 0.80

Tested by

no test coverage detected