Ask a question to get started
Enter to sendā¢Shift+Enter new line
session_id: str = Field(default_factory=(lambda: str(uuid4())))
The session ID to use for the code interpreter. Defaults to a random UUID.