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

Function main

examples/plot_sin_wave.py:4–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4async def main() -> None:
5 async with CodeInterpreterSession() as session:
6 response = await session.agenerate_response(
7 "Plot a sin wave and show it to me."
8 )
9 response.show()
10
11
12if __name__ == "__main__":

Callers 1

plot_sin_wave.pyFile · 0.70

Calls 3

agenerate_responseMethod · 0.80
showMethod · 0.80

Tested by

no test coverage detected